Round the edges of all img elements.

<html>
<head>
<style>
.avatar {
border-radius:100px;
}
</style>
</head>
<body>
<img class="avatar" src="https://mimo.app/r/lori.png">
</html>]]>

Make sure to pick border followed by - and then radius, 100px.