Update style.css
This commit is contained in:
parent
f33c50ec16
commit
a99f6f1fe4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ body {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0 0 20px 0;
|
margin: 0;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
background-color: #2a2a2a;
|
background-color: #2a2a2a;
|
||||||
transition: background-color 0.3s, color 0.3s;
|
transition: background-color 0.3s, color 0.3s;
|
||||||
|
|
Loading…
Add table
Reference in a new issue