Initial commit

This commit is contained in:
2026-03-16 22:05:19 +03:00
commit 8e78b8cb47
71 changed files with 7846 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.logo {
height: 80%;
}
.headerLogo {
height: 100%;
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
font-family: "Quicking";
letter-spacing: 1px;
cursor: pointer;
}
.header {
height: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 0px 5px;
}