Hello World

This commit is contained in:
hexlocation 2025-01-03 15:44:50 +01:00
parent 3090a6c2f9
commit db2de06f49
Signed by: hex
GPG key ID: A19EFFAAF8C00FCF
2 changed files with 70 additions and 97 deletions

View file

@ -28,34 +28,18 @@ img {
background-size: 400% 100%;
}
#main-content {
grid-area: a;
}
#additional-content {
grid-area: b;
}
#contact-content {
grid-area: c;
}
#nav-content {
grid-area: d;
}
#main-box {
display: grid;
grid-template-areas:
"a a a b"
"a a a c"
"a a a d";
padding: 10px;
margin-left: 25%;
margin-right: 25%;
}
h2 {
font-weight: 400;
}
body {
font-family: heartFont;
color: white;
font-weight: 800;
font-size: 23px;
font-family: "PxPlus IBM VGA 9x16";
color: #bfbfbf;
background-color: #0f0f0f;
}