Search
 
SCRIPT & CODE EXAMPLE
 

CSS

background clip text

.heading-secondary {
  font-size: 3.5rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  background-image: linear-gradient(to right, $color-primary-light, $color-primary-dark);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 0.2rem;
  transition: all 0.2s;
Comment

css background text clip

/* Keyword values */
background-clip: border-box;
background-clip: padding-box;
background-clip: content-box;
background-clip: text;

/* Global values */
background-clip: inherit;
background-clip: initial;
background-clip: revert;
background-clip: unset;
Comment

PREVIOUS NEXT
Code Example
Css :: css n number of lines only 
Css :: close icon css 
Css :: style highlight css 
Css :: css font properties 
Css :: css right 
Css :: font. to be thinner css 
Css :: css animate border bottom left to right 
Css :: horizontal scroll 
Css :: text indent css 
Css :: css background darker 
Css :: bootstrap card hover effect 
Css :: change link color in wordpress 
Css :: div color overlay css 
Css :: css using the same background-color as the parent background 
Css :: css gradient 3 color 
Css :: css align-items center 
Css :: import google fonts into react 
Css :: hide scrollbar of a div but keep functionality 
Css :: Disable text selection/highlight 
Css :: css good background color 
Css :: font roboto css 
Css :: html invisible hr 
Css :: position css 
Css :: how to center with position fixed 
Css :: image overlay in css 
Css :: install tailwind css 
Css :: maximum length for input box 
Css :: how to make an image oval in css 
Css :: remove position absolute attribute by adding css 
Css :: css comments 
ADD CONTENT
Topic
Content
Source link
Name
2+6 =