Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css gradient text

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #css #gradient #text
ADD COMMENT
Topic
Name
9+8 =