Learn How To Create An Amazing Animated Text using Html & CSS step-by-step from scratch.
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Amazing Animated Text</title>
    <link rel="stylesheet" href="style.css">
</head>
<body>
<ul>
    <li class="blue">
        <a href="#" data-text=" Home"> Home </a>
    </li>
    <li class="red">
        <a href="#" data-text=" About"> About </a>
    </li>
    <li class="yellow">
        <a href="#" data-text=" Services"> Services </a>
    </li>
    <li class="green">
        <a href="#" data-text=" Blog"> Blog </a>
    </li>
    <li class="pink">
        <a href="#" data-text=" Contact"> Contact </a>
    </li>
</ul>
</body>
</html>
Follow us on 📺YouTube:
https://bit.ly/3oBQbc0
    
Top comments (0)