group common styling
This commit is contained in:
parent
6a43449b0f
commit
87c4ae9714
24
styles.css
24
styles.css
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue