core: rearrange and create better home page

This commit is contained in:
Trianta
2024-08-09 00:25:49 -05:00
parent 9f95d3e977
commit 4990d4e8e0
8 changed files with 173 additions and 227 deletions
+22
View File
@@ -0,0 +1,22 @@
html, body {
height: 100%;
margin: 0;
}
body {
background: black;
display: flex;
align-items: center;
justify-content: center;
}
.button {
background: blue;
color: white;
padding: 15px 20px;
font-size: 32px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
cursor: pointer;
position: relative;
}