CSS
[CSS] 텍스트 그라디언트 넣기 - css text color gradient
힘없는염소
2017. 1. 5. 13:38
/* css text color gradient */span {font-size: 50px;background: -webkit-linear-gradient(#eee, #333);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
반응형