initial commit

This commit is contained in:
eline
2023-05-05 12:55:05 +02:00
parent e93c1ea05e
commit d614d04520
76 changed files with 1210 additions and 705 deletions

16
styles/home.css Normal file
View File

@@ -0,0 +1,16 @@
h1 {
margin-bottom: 2rem;
font-weight: normal;
}
dl {
padding: 1rem 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1rem 1rem;
}