This commit is contained in:
Luke Gustafson
2024-11-27 01:09:39 +00:00
parent 5dedadddf9
commit 41fb6025ad
10 changed files with 0 additions and 7830 deletions

16
frontend/App.css Normal file
View 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;
}