CSS

[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 강의

 



분류 제목
animation CSS - animation-play-state 속성 - 애니재생상태 (= 애니작동상태설정 = 움직임 재생/…
animation CSS - animation-timing-function 속성 - 애니재생중속도변화 (= 움직임 중 속도변경…
image CSS - Rounded Images (둥근/동그란 이미지 만들기 = 이미지 테두리 둥글게/동그랗게) - I…
image CSS - Thumbnail Images - (썸네일 이미지 스타일)
image CSS - enter an Image (이미지 가운데정렬/중앙정렬)
image CSS - Image Text - (이미지 위에 텍스트 배치/띄우기)
image CSS - Polaroid Images / Cards - (폴라로이드 이미지)
image CSS - Image Filter - (이미지 필터 - 흑백/흐림 효과)
image CSS - Image Hover Overlay - (이미지 마우스오버시 효과 = 이미지허버효과 = 이미지마우…
image CSS - Image Modal - (Advanced) - (이미지 모달 띄우기 효과)
button CSS - Button - 버튼스타일 (버튼크기, 버튼색깔, 버튼비활성화, 버튼그룹, 이미지위버튼)
pagination CSS - 페이징 - 기본 스타일 (Simple Pagination)
pagination CSS - 페이징 - 마우스오버 시 색깔 변경 (Active and Hoverable Pagination)
pagination CSS - 페이징 - 트랜지션 효과 (Hoverable Transition Effect)
pagination CSS - 페이징 - 테두리 추가 (Bordered Pagination)
12/33
목록
 홈  PC버전 로그인 일본어
그누앞단언어
그누뒷단언어
그외코딩언어
그누보드
제작의뢰
Q&A
커뮤니티 2
웹유틸
회원센터
홈짱닷컴 PC버전 로그인