CSS Styling Images

CSS Styling Images


CSS Styling Images
There can be any number of ways to style an image in css -  
Here we will see some common and useful image styling ways starting with round images -
Rounded Image - 
Using border-property to make image round shown in given example
Example - 
Output - 
Without border radius -
 
With border-radius
 
Making image link 
Putting tag under

 

Example - 
Output- 
Google will open after clicking on output
 
Making Image responsive -
Height and width will be adjusted as the size changes
Output-
Making image card  With shadow - 
Example-
Output -