feat: home and fish
This commit is contained in:
parent
5e319114b3
commit
b34cef4dcd
15 changed files with 270 additions and 160 deletions
20
css/index.css
Normal file
20
css/index.css
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.section {
|
||||
padding-top: 0.5lh;
|
||||
}
|
||||
|
||||
header, footer {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: '- ';
|
||||
padding-left: 3ch;
|
||||
margin-top: 0.5lh;
|
||||
margin-bottom: 0.5lh;
|
||||
}
|
||||
|
||||
.copyleft {
|
||||
font: sans-serif;
|
||||
display: inline-block;
|
||||
transform: rotateY(180deg);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue