Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

linear gradient on text

h1{  font-size: 64px;
  background-image: linear-gradient(to right, #ba81cf, #6886d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Source by githubuniverse.com #
 
PREVIOUS NEXT
Tagged: #linear #gradient #text
ADD COMMENT
Topic
Name
3+6 =