init tmp homepage template

This commit is contained in:
Dmitry Sergeev
2026-08-06 21:19:05 +03:00
commit 33699a061e
57 changed files with 230 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
body {
margin: 0;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background: #1e1e2e;
color: #cdd6f4;
font-size: 36px;
}
.content {
display: flex;
flex-direction: column; /* Stacks image and text vertically */
align-items: center; /* Centers image and text horizontally inside .content */
justify-content: center;/* Centers content vertically if .content has a fixed height */
text-align: center;
}