TIMBOVILL commited on
Commit
ed0f26a
·
verified ·
1 Parent(s): d36fc50

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -3
style.css CHANGED
@@ -1,11 +1,12 @@
1
- body {
2
- background: black;
3
  margin: 0;
4
  padding: 0;
5
- height: 100vh;
 
6
  display: flex;
7
  justify-content: center;
8
  align-items: center;
 
9
  }
10
 
11
  .clock {
@@ -15,6 +16,7 @@ body {
15
  letter-spacing: 7px;
16
  cursor: pointer;
17
  transition: font-size 0.3s ease;
 
18
  }
19
 
20
  .menu {
 
1
+ html, body {
 
2
  margin: 0;
3
  padding: 0;
4
+ height: 100%;
5
+ overflow: hidden;
6
  display: flex;
7
  justify-content: center;
8
  align-items: center;
9
+ background: black;
10
  }
11
 
12
  .clock {
 
16
  letter-spacing: 7px;
17
  cursor: pointer;
18
  transition: font-size 0.3s ease;
19
+ white-space: nowrap;
20
  }
21
 
22
  .menu {