core: reorganize some pieces for the future #10

Merged
Trianta merged 4 commits from reorganize into main 2024-11-16 19:12:30 -06:00
Showing only changes of commit e4d9afdd68 - Show all commits

View File

@ -1,23 +0,0 @@
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;
}