Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to give text two colors in css

h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(green, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
Comment

PREVIOUS NEXT
Code Example
Css :: insert background image css error 
Css :: how to add space between image and text in css 
Css :: fixed header and footer css 
Css :: zoom animations in css 
Css :: Applying an ellipsis with css 
Css :: tailwind @apply 
Css :: sticky footer 
Css :: why do we need hexadecimal number system 
Css :: css hot to center image in bootsrtap container 
Css :: css animation properties 
Css :: @font-face rule in css 
Css :: background repeat 
Css :: css center alignment 
Css :: css grid no stretch 
Css :: css font family narrow fonts 
Css :: css round element 
Css :: flex margin between items 
Css :: remove scrollbar from select tag 
Css :: css supports 
Css :: change link color in wordpress 
Css :: flexbox align last item right 
Css :: css animation top goes back to start 
Css :: css conver innertext to html using css 
Css :: Align vertically and horizontally 
Css :: css for safari only 
Css :: How do you get a 2nd last child in CSS? 
Css :: email background image 
Css :: zoom image inside div and move 
Css :: not focus css 
Css :: css italic 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =