bidouille styles

This commit is contained in:
fra-2107
2024-11-25 19:31:20 -05:00
parent f31862d63b
commit 687a2bbe27
2 changed files with 9 additions and 19 deletions

View File

@ -11,3 +11,12 @@ section {
padding-top: 9rem;
padding-bottom: 9rem;
}
th{
border-color: black;
border-style: solid;
border-width: 1px;
}
th:hover {
background-color: #4fa9e6;
cursor: pointer;
}

View File

@ -1,19 +0,0 @@
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;
}