Kammarianand / GradientText.github.io

Text-Styles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text-Styles

Gradient Text

The Glowing Gradient Text Using Html & Css

HTML css

creating stylish Glowing text by using some css properties used only css properties

colors used for h1

Color Hex
Color1 #eeaa52
Color2 #e73c6f
Color3 #2394d5
Color4 #2af3b7

colors used for h6

Color Hex
Color1 #f32170
Color2 #ff6b08
Color3 #cf23cf
Color4 #eedd44

text

<h1>Stay Hungry Stay Foolish</h1>

used special properties

background-size: 200% 200%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 8px transparent;

Demo

check on codepen

App Screenshot

https://codepen.io/SuperiorCoder/pen/yLjeEJB

Features

  • new style for text
  • glowing gradient colors

πŸš€ About Me

I'm a learner and coding enthusiast

πŸ”— Links

replit linkedin codepen

About

Text-Styles


Languages

Language:Jupyter Notebook 99.7%Language:CSS 0.2%Language:HTML 0.1%