This commit is contained in:
fra-2107
2024-11-14 16:33:19 -05:00
parent ed2ce209df
commit ae3c200ce2
5 changed files with 507 additions and 0 deletions

19
web/css/styles2.css Normal file
View File

@ -0,0 +1,19 @@
html {
scroll-padding-top: 3.5rem;
}
header {
padding-top: 5rem;
padding-bottom: 3rem;
}
section {
padding-top: 9rem;
padding-bottom: 9rem;
}
figcaption{
font-weight: lighter;
font-size: small;
font-style: italic;
}