adventskalender/shared/style.css aktualisiert
This commit is contained in:
@@ -8,11 +8,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* === Basislayout (global) === */
|
/* === Basislayout (global) === */
|
||||||
body {
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
min-height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
background: linear-gradient(to bottom, var(--ci-deepgreen), var(--ci-darkgreen));
|
background: linear-gradient(180deg, var(--ci-darkgreen), var(--ci-blue));
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
color: var(--ci-creamwhite);
|
color: var(--ci-creamwhite);
|
||||||
padding: 2rem;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user