From 2fea793568cad65cd5fbc1a61cada21ff65a5e1c Mon Sep 17 00:00:00 2001 From: Andy Date: Tue, 25 Feb 2020 19:20:41 +0100 Subject: [PATCH] design --- css/style.css | 13 +++++++++++-- html/struktur.html | 6 ++++-- 2 files changed, 15 insertions(+), 4 deletions(-) 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 @@
- Mein logo + Mein logo
@@ -72,7 +72,9 @@