svg-image

Learn how to convert your images to SVG coding.

Converting a <img> tag’s src attribute to an SVG (Scalable Vector Graphics) format can have several benefits in certain situations. SVG is a vector graphics format that uses XML to describe two-dimensional vector graphics, allowing for images to be scaled…

undraw_loading

Simple pure CSS loading to your pages

👋 Hello all! In this tutorial, I will illustrate the steps to design a CSS loading animation that bounces. HTML Add a class name called “loading” to <div> tag that wraps 3 divs. You can add any class name on…