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 :: mapping and each in sass 
Css :: css transform transition 
Css :: move header down css 
Css :: wpforms submit button css 
Css :: tailblocks 
Css :: css create a circle image 
Css :: how to make two different animations to one element css 
Css :: list in html css 
Css :: css clippath 
Css :: css scroll height if screen too small 
Css :: iphne media query csss 
Css :: login page design html css 
Css :: progress bar bootstrap border 
Css :: how to make bold text css 
Css :: variables in sass 
Css :: crop image in div 
Css :: background url with color css 
Css :: make border absolute css 
Css :: remove 000webhost ads 
Css :: z-index 
Css :: text sliding css 
Css :: trash icon in fontawesome 
Css :: css grayscale image 
Css :: css accent 
Css :: *{ margin: 0; padding: 0; box-sizing: border-box; } 
Css :: sass compiler script 
Css :: css loader with gradient 
Css :: pesudo content css break word 
Css :: css symbol 
Css :: how to add grow effect animation button in css 
ADD CONTENT
Topic
Content
Source link
Name
9+2 =