Init Commit
This commit is contained in:
commit
93ff8356ce
26 changed files with 667 additions and 0 deletions
16
src/pages/Root.css
Normal file
16
src/pages/Root.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
|
||||
.App {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
background-color: #101010;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue