Friday, November 16, 2018

CSS Styling Images

Rounded Images

Use the border-radius property to create rounded images:

Example:

Rounded Image:

img {
    border-radius: 8px;
}

Circled Image:

img {
    border-radius: 50%;
}




Share:

Related Posts:

0 comments:

Post a Comment

Contact Form

Name

Email *

Message *

Popular Posts

Blog Archive

Blog Archive

Hassan.mosmer1@gmail.com