initial (sorta) commit

This commit is contained in:
2023-08-28 09:35:53 -05:00
commit b74b4afe26
64 changed files with 44211 additions and 0 deletions

View File

@ -0,0 +1,18 @@
* {
padding: 0px;
margin: 0px;
background-color: transparent;
}
.container {
padding: 0px;
margin: 0px;
display: flex;
flex-direction: column;
height: 100%;
background-color: #232323;
}
html {
overflow-y: scroll;
}