Published
- 1 min read
circle css with text in the center
The solution for this is noted below
circle css with text in the center
Solution
.circle {
width: 500px;
height: 500px;
line-height: 500px;
border-radius: 50%;
font-size: 50px;
color: #fff;
text-align: center;
background: #000;
}
Try other methods by searching on the site. That is if this doesn’t work