Glowing Text Code

DIY WEBSITES PRO

Text Code:

				
					<h2 class="Glow" colour>
DIY WEBSITES PRO</h2>

				
			

CSS Code:

				
					body
        .Glow {
            color: #04132a;
            position: absolute;
            top: 100%;
            left: 50%;
            transform: translate(-50%,-50%);
            margin: 1;
            font-family: 'Arial';
            font-weight: 700;
            font-size: 10em;
            animation-name: animate;
            animation-duration: 10s;
            animation-direction: reverse;
            animation-iteration-count: infinite;
            padding:50px;
            line-height:1;
            text-transform:uppercase;
         }
        @keyframes animate {
            0%,100%{ text-shadow:0 0 20px white; }
            25%{ text-shadow:0 0 20px yellow; }
            50%{ text-shadow:0 0 20px #00ff2a; }
            75%{ text-shadow:0 0 20px #00fff7; }
         }

				
			
alt="tutorials" alt="Hexagon Portfolio Code" alt="GLOWING NEON TEXT" alt="Water Ripple Effect " alt="Water Ripple Effect code" alt="Rotate And Z-Index" alt="Not Linktree" alt="User IP and Location" alt="auto play video" alt="Click Button to Change Image And Text Using Elementor" alt="7 Day Repeat Countdown Timer" alt="Blog Posts Only" alt="Change Background And Text Colour On Scroll Code"