SVG + CSS = ????

What is SVG and difference between svg and png or jpg?

Now ,First of all we talk about png of jpg. These types of images are pixel based. That's why for higher resolution image file should store large numbers of values of each pixels

Then What's new in svg ?? This is vector based images. that's why we can code it manually. And image will also not blur on big screen devices. We can create css to a svg and give animation to a svg easily.

Let's talk about technic