Search
 
SCRIPT & CODE EXAMPLE
 

CSS

color gradient

  letter-spacing: 5px !important;
  background-image: linear-gradient(60deg, #070ff4, #f90a0a);
  background-clip: text;
  color: transparent;
  
  
  aka datusing
Comment

gradient


  background: #bdc3c7; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #bdc3c7, #2c3e50); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #bdc3c7, #2c3e50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
Comment

PREVIOUS NEXT
Code Example
Css :: css style select arrow color 
Css :: how to make a text in center with background color in css 
Css :: flip something css 
Css :: css background image 
Css :: css waves background 
Css :: tailwind icon animation 
Css :: button hover 
Css :: download styles.css 
Css :: css rotate 
Css :: img transparent 
Css :: How to make website responsive for safari 
Css :: select2 make previously selected options non deletable 
Css :: Scrollbar inside a website 
Css :: position relative goes on top of position fixed 
Css :: debordement de texte css 
Css :: video failing to scale with div css background 
Css :: text-align transform 
Css :: highchart font family 
Css :: devextreme css 
Css :: make element scale to page 
Css :: show input number spin buttons , spinner input number 
Css :: space-x css 
Css :: css custom cursor form image 
Css :: button in css 
Css :: css font weight 
Css :: sass color functions 
Css :: crop image in img 
Css :: circle progress bar css 
Css :: css mdn 
Css :: enque script only on specific archive page 
ADD CONTENT
Topic
Content
Source link
Name
6+5 =