Creating a Simple Head-Tail Loading Spinner using Vanilla CSS
If you want to skip reading then you can watch YouTube video on it. The link is at the end of the article.
Step 1: Adding a class spinner
In index.html we add class spinner by:
<div class = "spinner"></div>
In index.css we define the class spin...
designingcoder.hashnode.dev3 min read