Module: M4-R5: Internet of Things (IoT)
Chapter: Ch1 Computer Intro
W3.CSS provides classes to style images easily with responsive, rounded, circular, and shadow effects.
w3-image)Makes the image scale nicely to the parent element.
<img src="https://www.quitexams.com/assets/logo.png" class="w3-image example-img">
w3-round)Adds slightly rounded corners to the image.
<img src="https://www.quitexams.com/assets/logo.png" class="w3-round example-img">
w3-circle)Makes the image circular.
<img src="https://www.quitexams.com/assets/logo.png" class="w3-circle example-img">
w3-border)Adds a border around the image.
<img src="https://www.quitexams.com/assets/logo.png" class="w3-border example-img">
w3-hover-shadow)Adds a shadow effect when hovering over the image.
<img src="https://www.quitexams.com/assets/logo.png" class="w3-hover-shadow example-img">