second screen draft

This commit is contained in:
Sahej Panag
2024-04-12 15:23:40 -04:00
parent 78988ed5ce
commit 443bc2e13e
8 changed files with 246 additions and 25 deletions

View File

@@ -0,0 +1,14 @@
.App {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center; /* If you're centering the content */
height: 100vh; /* Full height */
margin-top: -100px; /* Move up */
}
body {
background-color: #0C2D48;
font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}