Circle Css With Text In The Center

[Solved] Circle Css With Text In The Center | C - Code Explorer | yomemimo.com
Question : circle css with text in the center

Answered by : homeless-hornet-ouf6giux5sav

.circle { width: 500px; height: 500px; line-height: 500px; border-radius: 50%; font-size: 50px; color: #fff; text-align: center; background: #000
}

Source : https://stackoverflow.com/questions/16615403/how-to-draw-a-circle-with-text-in-the-middle | Last Update : Thu, 16 Sep 21

Answers related to circle css with text in the center

Code Explorer Popular Question For C