feat: home and fish
This commit is contained in:
parent
5e319114b3
commit
b34cef4dcd
15 changed files with 270 additions and 160 deletions
29
css/man.css
Normal file
29
css/man.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue