Search
 
SCRIPT & CODE EXAMPLE
 

CSS

rainbow text with css

.rainbow-text {
  background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
  -webkit-background-clip: text;
  color: transparent;
}
Comment

PREVIOUS NEXT
Code Example
Css :: no link underline css 
Css :: position something to the center of screen responsivly 
Css :: html make footer stick to bottom 
Css :: 2 lines p css 
Css :: flexbox go to next row 
Css :: css @media 
Css :: meyer-reset css cdn 
Css :: tailwind remove button outline 
Css :: vertically center an svg 
Css :: css image sharpen 
Css :: font border css 
Css :: transition all ease 0.3s 
Css :: how to cover full image in css 
Css :: css prevent text blue selection 
Css :: @media screen and (max-width 600px) not working 
Css :: css set width of a span 
Css :: css smooth transition in and out 
Css :: how to set css style using jquery 
Css :: css beutify scroller 
Css :: resize checkbox 
Css :: christmas red color code 
Css :: No utility classes were detected in your source files. If this is unexpected, double-check the `content` option in your Tailwind CSS configuration. 
Css :: circle css with text in the center 
Css :: remove all css styles from element 
Css :: link to css file within another css file 
Css :: centred div 
Css :: not(:last-of-type css) 
Css :: transition shorthand css 
Css :: css remove margin around page 
Css :: box shadow transperent 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =