This commit is contained in:
2026-01-11 09:05:38 -04:00
parent acf861ca42
commit 55cb23ebbd
7 changed files with 5 additions and 0 deletions

14
assets/style/style.css Normal file
View File

@@ -0,0 +1,14 @@
html, body, .body{
width: 100%;
height: 100%;
margin: 0%;
padding: 0%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
background-color: #212529;
user-select: none;
}
.center{
display: flex;
align-items: center;
}