au-dynamic-logo
by ebottos
HTML
<div class="logo">
<img class="athlete" src="https://resource.auprosports.com/prod/players/196.png"/>
<div class="label"></div>
</div>
CSS
.logo{
width: 79px;
position: relative;
}
.athlete{
border-radius: 9999px;
width: 100%;
}
.label{
background-color: #1C9AD6;
width: 21px;
height: 21px;
position: absolute;
left: 0;
top: 0;
border-radius: 9999px;
}