#2: Zooming background images using HTML and CSS
https://codepen.io/VivEk51/pen/LYyXjyw You might have seen this zoom effect in many websites. It is attractive and simple. It can be done in many ways. I am going to use CSS transform property to zoom the image. Here, we'll be using a <div> element t...


