/* css text color gradient */
span {
font-size: 50px;
background: -webkit-linear-gradient(#eee, #333);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}


반응형
Posted by 힘없는염소