This commit is contained in:
Vivian 2024-06-13 22:40:08 +02:00
parent 349d5b428a
commit ecb7811560
4 changed files with 48 additions and 6 deletions

View file

@ -7,23 +7,46 @@
src: url(./MajorMonoDisplay-Regular.ttf);
}
@font-face {
font-family: "MPLUS Code";
src: url(./MPLUSCodeLatin-Regular.ttf);
}
html, body {
height: 100%;
}
ul {
padding: 0;
}
li {
padding-top: 0.4em;
}
body {
margin: 0;
font-family: "Major Mono Display", monospace;
font-family: "MPLUS Code", monospace;
font-weight: 400;
font-style: normal;
color: white;
color: whitesmoke;
background-color: black;
text-align: center;
}
h1, h2, h3 {
color: var(--violet);
font-family: "Major Mono Display", monospace;
}
h1 {
font-size: 8rem;
}
a:link, a:visited {
color: inherit;
}
main {
height: 100%;
padding: 0;
@ -36,7 +59,15 @@ main {
header {
/* grid-row: 1; */
grid-column: 2;
text-align: center;
}
section.socials {
grid-column: 2;
grid-row: 3;
}
.socials > ul {
list-style-type: none;
}
header > h1 {