diff --git a/css/style.css b/css/style.css index 36f41b8..45fa3bb 100644 --- a/css/style.css +++ b/css/style.css @@ -6,16 +6,25 @@ body { max-width: 960px; margin: 0 auto; } -header{ +header, footer{ height: 160px; background: #ddd } +header{ +background: linear-gradient(178deg, #000 0%,#000 70%,#fff 70%,#fff 100%); +} +footer{ + background: linear-gradient(2deg, #000 0%,#000 70%,#fff 70%,#fff 100%); + } header img{ padding-top: 62px; } +footer p{ + line-height: 160px; +} h1, h2{ font-weight: 100; - margin-bottom: 2rem; + margin: 1.5rem 0; } p { overflow: hidden; diff --git a/html/struktur.html b/html/struktur.html index 0de95fa..a3909a2 100644 --- a/html/struktur.html +++ b/html/struktur.html @@ -14,7 +14,7 @@