init
This commit is contained in:
15
css/index.css
Normal file
15
css/index.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user