Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text gradient in css

h1{
  font-size: 72px;
  background: -webkit-linear-gradient(rgb(55, 120, 204), rgb(112, 235, 88));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Source by www.github.com #
 
PREVIOUS NEXT
Tagged: #text #gradient #css
ADD COMMENT
Topic
Name
1+4 =