CSS Tip: Avatar circle made with CSS

Can I Use ‘border-radius’

<img class='avatar circle' src='image.jpg' />

.circle {
    border-radius: 50%;
}

See the Pen circle avatar with CSS by Lukasz Grela (@LukaszGrela) on CodePen.0

This entry was posted in CSS, HTML and tagged , . Bookmark the permalink.