Commit
This commit is contained in:
16
frontend/App.css
Normal file
16
frontend/App.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.app {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100vh;
|
||||
background-color: #1e1e1e;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.display {
|
||||
width: 80%;
|
||||
height: 70vh;
|
||||
border: 2px solid #444;
|
||||
background: black;
|
||||
}
|
||||
Reference in New Issue
Block a user