Gradient Text/Font FontAwesome Icon Example - CodePen Type

 Gradient Text/Font FontAwesome Icon Example - CodePen Type Text Gradient With Font Awesome








  

<!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>
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css">
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Text:wght@600&display=swap"
        rel="stylesheet">
    <STyle>
        body {
            backgroundblack;
        }

        .rainbow {
            font-family'Big Shoulders Stencil Text', cursive;
            font-size128px;
            colortransparent;
            backgroundlinear-gradient(270deg#1e5799#2ce0bf#76dd2c#dba62b#ff1493#1e5799);
            animation: rainbow 64s linear infinite;
            background-size60% 100%;
            -webkit-background-cliptext;
            text-aligncenter;
        }

        @keyframes rainbow {
            0% {
                background-position-x0;
            }

            to {
                background-position-x10240px;
            }
        }
    </STyle>
</head>
<body>
    <p class="rainbow">HTML<BR>V<i class="fab fa-battle-net"></i>S<BR>CSS</p>
</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
  • How Do I Make An Icon Gradient?
  • How Do You Put A Gradient Color On Icons In Css?
  • How Do You Do A Linear Gradient On Text?
  • How Do You Add Color To Html Icon?
  • Image Of Gradient Icons
  • Gradient Font Awesome Icons
  • Instagram Icon Gradient Color Code Css
  • Text Gradient Css
  • Gradient Font
  • Gradient Text Css All Browsers
  • How To Make Gradient Icons
  • Text Color Gradient Css Generator


Post a Comment

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