• 회원가입
  • 로그인
  • 구글아이디로 로그인

[text] CSS - text-fill-color 속성 (비표준) - 텍스트글자색 (= 글자전경색 =text-fill-color속성 = 텍스트필컬러속성)

목차

  1. text-fill-color 예제 - 글자 전경색
  2. text-fill-color 정의
  3. text-fill-color 관련 주소

※ 별로 안 씀. ㅡㅡ;

 

text-fill-color 예제 - 글자 전경색


<style>

body {

  width: 100%;

  height: 100vh;

  display: flex;

  align-items: center;

  background-color: #141414;

}


h1 {

  font-size: 9vw;

  font-weight: 700;

  font-family: 'Rubik', sans-serif;

  flex: 1;

  position: relative;

  text-align: center;

  margin: 0;

  -webkit-text-fill-color: transparent;

  background-image: url("http://66.media.tumblr.com/9d5be60c175cdbe15e875fef01b9a66b/tumblr_ntz3mmEFFr1twd8ddo1_500.gif");

  background-size: cover;

  -webkit-background-clip: text;

  background-repeat: no-repeat;

}

 

</style>


<h1>Homzzang.com</h1>

결과보기


text-fill-color 정의

 

글자 전경색 지정.

 


 

1.

비표준. 접두어 -webkit- 붙여야 함.

 

2.

IE 제외한 주요 최신 브라우저 모두 지원.

 

 

text-fill-color 관련 주소

 

mdn text-fill-color 강의

 



분류 제목
border CSS - border-inline-width 속성 -
scroll CSS - scroll-margin-inline-end 속성 -
border CSS - border-inline-style 속성 -
border CSS - border-block-start-width 속성 -
scroll CSS - scroll-margin-block-start 속성 -
css CSS - break-before 속성 - 지정요소 앞에서 (페이지중단/컬럼중단/영역중단) 발생 여부 지정 …
scroll CSS - scroll-padding-left 속성 -
border CSS - border-start-start-radius 속성 -
border CSS - border-inline-color 속성 -
selector CSS - ::view-transition-new 가상선택자 -
css CSS - hyphens 속성 - 긴 텍스트 단어에서 하이픈 표시 방법 지정 (= hyphens속성 = 하이…
css CSS - place-self 속성 - 그리드셀 내 개별 아이템 (수직/수평) 정렬 (= place-self…
scroll CSS - scroll-margin-block-end 속성 -
selector CSS - ::view-transition-old 가상선택자 -
border CSS - border-block-end-width 속성 - 블락방향 끝테두리 너비(=두께) 지정 (= bo…
border CSS - border-inline-start-width 속성 -
font CSS - font-kerning 속성 - 문자 모양 고려해, 문자 사이 간격 지정 (= font-kerni…
css CSS - offset-path 속성 -
scroll CSS - scroll-snap-stop 속성 -
scroll CSS - scroll-snap-align 속성 -
6/27
목록
찾아주셔서 감사합니다. Since 2012