initial version

This commit is contained in:
2021-10-11 18:14:52 +01:00
commit cd3431b169
8 changed files with 146 additions and 0 deletions

3
css/milligram.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

15
css/style.css Normal file
View File

@ -0,0 +1,15 @@
header {
margin-top: 2rem;
margin-bottom: 4rem;
}
.vertical-space {
width: 100%;
height: 1px;
margin-top: 2rem;
margin-bottom: 2rem;
}
h1 {
text-align: center;
}