Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

change icon color to gradient css

.fa-gradient {
	background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#333));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #icon #color #gradient #css
ADD COMMENT
Topic
Name
7+3 =