How to style images in css3 | CSS tutorials

Styling Images In CSS3
In this article you will how to style your images using CSS.
Rounded Images
In order to create rounded images we use the border-radius property.
For example:
#rounded{
border-radius:20px;
}
In Order to Make the images Circle...