Images Modified on: Mon, 19 Mar, 2018 10:16 AM 123<p> <img src="lotus.jpg" /></p> By default, images don't have any borders: But if you want they can be framed: 123<p> <img class="image-with-border" src="lotus.jpg" /></p> Or they can have shadow: 123<p> <img class="image-with-shadow" src="lotus.jpg" /></p> Or they can even have overlay: 123<p class="image-overlay"> <img src="lotus.jpg" /></p> Border-radius Image Lightbox It's possible to open a larger version of the image in the lightbox: 12345<p> <a class="image-with-lightbox" href="lotus.jpg"> <img src="lotus.jpg" width="400" /> </a></p>