This commit is contained in:
nyx 2025-01-31 00:11:20 -06:00
parent fb8f4e2d21
commit 779875c3cb

View file

@ -9,18 +9,18 @@
* { * {
color: whitesmoke; color: whitesmoke;
background-color: #353935;
} }
body { body {
margin: auto; margin: auto;
max-width: 1100px; max-width: 1100px;
padding: 2em; padding: 2em;
height: 100%
} }
html { html {
height: 100%; height: 100%;
background: linear-gradient(234deg, #28282B, #353935); background: linear-gradient(to left, #28282B, #353935);
} }
h1 { h1 {