0
Why circle word is not displayed inside the circle??
4 Answers
+ 2
Change the color to black, you'll know why đ
https://code.sololearn.com/WhM97rr4XCw6/?ref=app
+ 1
Because when you use border-radius , it appears like a circle but the container is actually a square then also. So you can use text align with value as center and padding-top to bring the text inside the circle....
+ 1
You used padding.
0
Ok then for thisđđ
https://code.sololearn.com/WnaeQ3CLD5pF/?ref=app
Without using any text-align Or margin-top text is display inside the shape why so??