This commit is contained in:
Patryk Koreń
2024-06-11 19:00:53 +02:00
commit 04e34d15b5
7 changed files with 143 additions and 0 deletions

15
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;
}