Learn How To Make Animated Text Using HTML And CSS | Web Design In HTML CSS Step by Step Tutorial for beginners
❤️ SUBSCRIBE: https://goo.gl/tTFmPb

❤️ Complete website Using HTML and CSS
✔️ 8 Complete website step by step
✔️ Source Code Download
✔️ 76 Lectures, 12 Hours Video
✔️ Course Completion certificate
👉 https://easytutorialspro.com/go/course/

In this video you will learn to add animated Text effect on HTML and CSS Website Step by Step

Learn To Make Full Website: https://www.youtube.com/watch?v=v0IgI8vYD_o&list=PLjwm_8O3suyNtV-ca8HkE_GW92CWJ0hIF

Download source Code: https://drive.google.com/open?id=115RHMo6i-dyyeGuFxsQmyJv0JyiDyq05
————————————-
Like – Follow & Subscribe us:

► YouTube: https://goo.gl/tTFmPb
► Facebook: https://goo.gl/qv7tEQ
► Twitter: https://twitter.com/ItsAvinashKr

source

27 Comments

  1. so right now im stuck it wont move heres the code now
    *{

    margin: 0;

    padding: 0;

    }

    .text-box{

    font-size: 100px:

    font-family: sans-serif;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    }

    span{

    display: inline-block;

    font-weight: bolder;

    animation: mover 6s linear infinite

    }

    @keyframes mover{

    0%{

    text-shadow: 0 0 30px rgba(0,0,0,0);

    }0%{

    text-shadow: 0 0 30px rgba(0,0,0,0);

    }50%{

    text-shadow: 0 0 30px rgba(0,0,0,0.30);

    transformY(30px);

    }100%{

    text-shadow: 0 0 30px rgba(0,0,0,0);

    }

    plz help

  2. Bhai tum mera video copy kr rhe ho isliye tum thumbnail me kuch aur dikha rahe ho aur ander video me kuch aur ho rha hai.isliye ke tumhara chori pakad me na aaye…
    Bhai itna bada channel hai tumhara kam se kam apna content to banao.

    Aur ha mera comment remove krne se kuch nh hone wala…tumhara chori saaf dikh rha hai – [Online Tutorials]

Leave A Reply

Please enter your comment!
Please enter your name here