/* css text color gradient */span {font-size: 50px;background: -webkit-linear-gradient(#eee, #333);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
반응형
'CSS' 카테고리의 다른 글
[CSS] background hover 이미지 scale 확대 축소 transform (0) | 2017.09.18 |
---|---|
[CSS] background-image opacity - 배경이미지 투명도 적용하기 (2) | 2017.01.06 |
[CSS] 인라인요소 수직, 수평 정렬 - vertical-align: middle (0) | 2016.11.14 |
[CSS] attr - 요소의 속성값(텍스트)을 :before, :after content에 넣기 (0) | 2016.11.07 |
[CSS] animation (0) | 2016.08.31 |