Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

gradient text color css

h4 {
background: linear-gradient(to right, #494964, #6f6f89);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;}
Source by githubuniverse.com #
 
PREVIOUS NEXT
Tagged: #gradient #text #color #css
ADD COMMENT
Topic
Name
7+8 =