group common styling

This commit is contained in:
filifa 2024-05-27 20:31:44 -05:00
parent 6a43449b0f
commit 87c4ae9714
1 changed files with 9 additions and 15 deletions

View File

@ -5,21 +5,23 @@ html {
min-height: 100%; min-height: 100%;
} }
header { header,
footer,
article,
aside {
border: 3px black solid; border: 3px black solid;
background: turquoise; background: turquoise;
margin: 5px; margin: 5px;
display: flex;
align-items: center;
box-shadow: 5px 5px 5px; box-shadow: 5px 5px 5px;
} }
header {
display: flex;
align-items: center;
}
footer { footer {
border: 3px black solid;
background: turquoise;
margin: 5px;
text-align: center; text-align: center;
box-shadow: 5px 5px 5px;
} }
#headerimg { #headerimg {
@ -70,21 +72,13 @@ footer ul li + li::before {
} }
aside { aside {
background: turquoise;
border: 3px black solid;
margin: 5px;
padding: 10px; padding: 10px;
box-shadow: 5px 5px 5px;
} }
article { article {
background: turquoise;
border: 3px black solid;
margin: 5px;
padding: 20px; padding: 20px;
text-align: justify; text-align: justify;
hyphens: auto; hyphens: auto;
box-shadow: 5px 5px 5px;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {