How to center text in a square radius? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to center text in a square radius?

Hello ! I have problem about my text-centring and I don't know how to do. Can U help me ? I work with CSS and HTML for my exercice. Thank you ! 😉 my code : https://code.sololearn.com/WwLLRqgCTP3V/?ref=app

6th Jan 2018, 1:10 PM
Audrey
Audrey - avatar
2 Answers
+ 1
I find my mistake. Thank you for your answer but I find an another solution: https://code.sololearn.com/WwLLRqgCTP3V
7th Jan 2018, 2:07 PM
Audrey
Audrey - avatar
0
pad the bottom to match your top. padding-top:30px; padding-bottom:30px;
6th Jan 2018, 3:50 PM
John Wells
John Wells - avatar