1
0
Fork 0

feat: home and fish

This commit is contained in:
Henri Saudubray 2024-07-12 19:50:40 +02:00
parent 5e319114b3
commit b34cef4dcd
Signed by: hms
GPG key ID: 7065F57ED8856128
15 changed files with 270 additions and 160 deletions

29
css/man.css Normal file
View file

@ -0,0 +1,29 @@
body {
width: 80ch;
height: 100%;
margin: 0;
}
header, footer {
display: flex;
justify-content: space-between;
font-weight: bold;
}
header { margin-bottom: 1lh; }
.section { margin-bottom: 1lh; }
.content { padding-left: 8ch; }
.description { padding-left: 4ch; }
ul {
list-style-type: '';
padding-left: 0;
margin: 0;
}
li { margin-bottom: 1lh; }
.section-title {
font-weight: bold;
text-transform: uppercase;
}