Rounded Images
Use the
border-radius
property to create rounded images:
Example:
Rounded Image:
img {
border-radius: 8px;}
border-radius: 8px;}
Circled Image:
img {
border-radius: 50%;}
border-radius: 50%;}
0 comments:
Post a Comment