here is css
.score {
width: 3.733333rem;
height: 3.733333rem;
background-image: linear-gradient(to bottom,-sharp18B4ED,-sharp18B4ED);
background-clip: padding-box;
border-radius: 2rem;
position: relative;
overflow: hidden;
z-index: 110;
}
.score span {
width: 3.733333rem;
height: 3.733333rem;
text-align: center;
background-color: -sharpffffff;
border-radius: 50%;
position: absolute;
left: 0;
top: 0;
z-index: 113;
}
here is html
<div class="score">
<span>
92
</span>
</div>
has anyone ever encountered this problem?