.round
a(href="https://yandex.ru") Yandex
img(src="https://via.placeholder.com/150")
View Compiled
.round {
position: relative;
display: inline-block;
}
img {
border-radius: 50%;
}
a {
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.