Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

text-color gradient css

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#f3ec78, #af4261);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Source by fossheim.io #
 
PREVIOUS NEXT
Tagged: #gradient #css
ADD COMMENT
Topic
Name
7+2 =