0
Why is it not at the center?
5 Answers
+ 3
align attribute in html is obsoleted. You should use text-align="center" in CSS for centering a text.
https://stackoverflow.com/questions/7108504/element-align-is-obsolete-or-non-standard-what-should-i-use-instead
+ 1
https://code.sololearn.com/W3UeW324uCdk/?ref=app
0
Ohhh, I understand. OK, thank you very much
0
OK, thank you