This commit is contained in:
fra-2107
2024-11-22 13:58:16 -05:00
parent c6cf2b07f6
commit d4ae3c236b
13 changed files with 524 additions and 0 deletions

13
web1/css/styles.css Normal file
View File

@ -0,0 +1,13 @@
html {
scroll-padding-top: 3.5rem;
}
header {
padding-top: 9rem;
padding-bottom: 6rem;
}
section {
padding-top: 9rem;
padding-bottom: 9rem;
}

19
web1/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;
}