Gradient Text Color Css Generator | How do you make a gradient text color in CSS?

How Do You Make A Gradient Text Color In Css?





  

 

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>HTML VS CSS</title>
    <STyle>
        @import url(https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap);

        body {
            background-color#0a062f;
            displayflex;
            align-itemscenter;
            justify-contentcenter;
            height100vh;
            flex-directioncolumn;
            padding100px;
            box-sizingborder-box;
        }

        h3 {
            colorwhite;
            font-family'Abril Fatface';
            font-weight200;
            text-transformuppercase;
            font-size3rem;
            displayinline-block;
            line-height92%;
            text-transformuppercase;
            color#b9dfff;
        }

        h3 span {
            color#4dbef6;
            z-index-1;
            transformrotate(3deg);
            font-size3.5rem;
            backgroundlinear-gradient(90deg#fc466b#3f5efb);
            -webkit-background-cliptext;
            -webkit-text-fill-colortransparent;
        }

        span:nth-child(1) {
            backgroundlinear-gradient(90deg#00c9ff#92fe9d);
            -webkit-background-cliptext;
            -webkit-text-fill-colortransparent;
        }

        span:nth-child(3) {
            backgroundlinear-gradient(90deg#f5af19#f12711);
            -webkit-background-cliptext;
            -webkit-text-fill-colortransparent;
            margin-top4px;
        }

        h3:nth-child(2) {
            width100%;
            text-aligncenter;
            margin-top10rem;
            font-size1.3rem;
            letter-spacing2px;
        }

        h3:nth-child(2span {
            font-size2.2rem;
        }
    </STyle>
</head>

<body>

    <h3>
        <span>HTML</span>,
        <span> VS</span>
        &amp;
        <span>CSS</span>
    </h3>

    <h3>
        <span>HTML</span>,<BR>
        <span> VS</span>,<BR>
        &amp; <BR>
        <span>CSS</span>
    </h3>


</body>

</html>

How To Use This Cord

steps

  1. Fast One Copy Html File.
  2. Copy CSS File And Past Head Part Top Fo Html File.  
  3. File Save Name.html
  4. Ran Html File 
  5. Ready To Use
Solve This Problem
  • Text Gradient Animation Css
  • Gradient Font Color Css
  • Css Text Gradient(Left To Right)
  • Gradient Image Generator

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.