Can someone help to fix this buggy stop watch? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

Can someone help to fix this buggy stop watch?

https://code.sololearn.com/Wm1UMLxHD9xx/?ref=app

3rd Oct 2023, 7:33 AM
Ahnaf Tahmid
Ahnaf Tahmid - avatar
1 Respuesta
+ 5
You can use for example outer container for the watch 00:00 with a class and style it with body { width: 100vw; height: 100vh; display: flex; flex-direction: column; } .watch-container { display: flex; } and remove all another css. Futhermore repeat the css course.
3rd Oct 2023, 12:42 PM
JaScript
JaScript - avatar