This commit is contained in:
Patryk Koreń
2026-07-02 23:55:40 +02:00
parent 04e34d15b5
commit e7ec832f5b
53 changed files with 9985 additions and 17 deletions

15
front/css/index.css Normal file
View File

@@ -0,0 +1,15 @@
body {
display: flex;
flex-direction: column;
background-image: url("/images/paprika_bg.webp");
}
#logo {
max-width: max(10vh, 100px);
}
p {
color: lightcoral;
text-shadow: black 2px 2px;
font-size: xxx-large;
}