How to align clock made by javascript in the centre?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to align clock made by javascript in the centre??

I am not able to align this clock in the centre... Please help me.. https://code.sololearn.com/WLO41jKTIs63/?ref=app

5th May 2019, 11:06 AM
<html>SAMEER POSWAL</html>
<html>SAMEER POSWAL</html> - avatar
1 Answer
0
If you want to align it to the center horizontally: put this in the body tag: style = "text-align: center" OR in CSS: body {text-align: center;}
5th May 2019, 12:26 PM
Airree
Airree - avatar