Hello. There was a problem - you need to make a block of this type:
I do not know how to correctly make a block with one. I tried to position float: left; and equalize the margines, but it seems to me that this is not the best option, plus the margin-left does not work.
I would be happy to help.
.top { width: 180px; height: 180px; background-color: #000; border-radius: 110px; border: 6px solid #f7d701; } .circle { height: 50px; width: 50px; background-color: #f7d701; border-radius: 110px; color: #000; text-align: center; line-height: 50px; float: right; margin-top: 67px; font-size: 19px; } <div class="top"> <div class="circle">1</div> </div> 