1
0
Fork 0

feat: links

This commit is contained in:
Henri Saudubray 2024-07-14 08:29:23 +02:00
parent 95ea5478e8
commit ee4aae9647
Signed by: hms
GPG key ID: 7065F57ED8856128
3 changed files with 67 additions and 0 deletions

10
css/links.css Normal file
View file

@ -0,0 +1,10 @@
header, footer {
text-align: center;
}
ul {
list-style-type: '- ';
padding-left: 3ch;
margin-top: 0.5lh;
margin-bottom: 0.5lh;
}