Sunday, June 28, 2015

How to give gradient to text

h1{
font-size:72px;
font-family:sans-serif;
text-transform:uppercase;
background: -webkit-linear-gradient(yellow,red);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

No comments:

Post a Comment