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