Project based Learning using HTML CSS JS - Day 14
Today's day 14 Goal is to Build and learn by creating a gradient loading bar in Html & CSS from YT Tutorial.
HTML
1. Create a div with class loader in HTML.
Write the following code.
<div class="loader">
</div>
CSS
1. In CSS *asterisk means uni...
dheerajy1.hashnode.dev2 min read