Horje
css how to create gradients on text outline Code Example
css how to create gradients on text outline
h1 {
  font-size: 72px;
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




Css

Related
increase the size of an image on hover using css Code Example increase the size of an image on hover using css Code Example
how to use gradient as text color Code Example how to use gradient as text color Code Example
add gradient to text css Code Example add gradient to text css Code Example
css strikethrough Code Example css strikethrough Code Example
connect html file to css Code Example connect html file to css Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
15