Just add a border-radius over the image element. See below for an example.
<img class="round" src="…." /> . round { width: 100px; border-radius: 100%; }
Language: Web, Expertise: Intermediate - See how to add a border over the image element.
Just add a border-radius over the image element. See below for an example.
<img class="round" src="…." /> . round { width: 100px; border-radius: 100%; }