diff --git a/styles.css b/styles.css index ac1f0b7..9360ecb 100644 --- a/styles.css +++ b/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 {