DEV Community

Freecodez
Freecodez

Posted on

Cat Loader using html css

Hey there, You are most welcome to this article. I hope you will enjoy this article. If you like this article then please share this article with your friends and colleagues. If you have any questions or suggestions regarding this article then please comment down below.

Cat Loader using html css

Cat Loader using html css

For full source code visit : https://freecodez.com/post/s1slu2f

<!-- https://freecodez.com -->
<div class="wrapper">
    <img class="logo" alt="Klaus the cat" src="https://kibbles.klausapp.com/assets/img/loader/main.svg" width="140" />
    <img class="glasses" alt="Klaus's infamous yellow glasses" src="https://kibbles.klausapp.com/assets/img/loader/glasses-regular.svg" width="140" />
    <img class="glasses" alt="Deal-with-it meme glasses, pixelated" src="https://kibbles.klausapp.com/assets/img/loader/glasses-deal-with-it.svg" width="140" />
    <img class="glasses" alt="Two pulsing for eyes" src="https://kibbles.klausapp.com/assets/img/loader/glasses-hearts.svg" width="140" />
    <img class="glasses" alt="Two pulsing stars for eyes" src="https://kibbles.klausapp.com/assets/img/loader/glasses-stars.svg" width="140" />
</div>
Enter fullscreen mode Exit fullscreen mode

Source Code : https://freecodez.com/post/s1slu2f

For more such articles visit : https://freecodez.com

Top comments (0)