404 and style cleanups
This commit is contained in:
parent
e53a06724f
commit
7335b31d11
6 changed files with 87 additions and 73 deletions
10
public/styles/404.css
Normal file
10
public/styles/404.css
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
.container {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
font-weight: 300;
|
||||
font-size: 2em;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue