.circle { position: absolute; top: 0; left: 0; width: 30px; height: 30px; background-color: black; border-radius: 50%; transform: rotate(0deg); } .text { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-size: 12px; text-align: center; width: 100%; }