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

41
src/Pages/MainPage/MainPage.css Executable file
View File

@@ -0,0 +1,41 @@
.background_holder {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow: hidden;
z-index: 0;
}
.slogan {
width: 100%;
z-index: 100;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 5vh;
padding-bottom: 10vh;
z-index: 1;
}
.slogan > * {
font-family: "Quicking";
text-align: center;
color: var(--mantine-color-contrast-filled);
z-index: 1;
}
.tiles {
width: 100%;
align-items: stretch;
gap: 40px 0px;
}
#documentationButton {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
margin-top: 10vh;
text-decoration: underline;
}