+ 1
Can someone help to fix this buggy stop watch?
1 Answer
+ 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.