Home logo

Create Stunning Gradient Text with CSS

Create Stunning Gradient Text with CSS

Ai Anshu | Fri Jul 09 2021

this is really short post from me i know that YouTube started short video so i want to share short but an amazing idea with you checkout this code snippet this is you to gradient your Text In CSS

h2 {
  font-size: 72px;
  background: -webkit-linear-gradient(blue, lightcoral);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

its awesome the result of this code is look like