From f2645108b005dd9a07039fe2afa98e444f31bd10 Mon Sep 17 00:00:00 2001 From: HuskyTeufel Date: Thu, 13 Jan 2022 14:33:32 +0100 Subject: [PATCH] =?UTF-8?q?Homedesign=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/app/home/home.component.css | 15 ++++-- ui/src/app/home/home.component.html | 63 +++---------------------- ui/src/app/navbar/navbar.component.html | 44 ++++++++--------- ui/src/styles.css | 4 +- 4 files changed, 41 insertions(+), 85 deletions(-) diff --git a/ui/src/app/home/home.component.css b/ui/src/app/home/home.component.css index 5696663..ae6ce50 100644 --- a/ui/src/app/home/home.component.css +++ b/ui/src/app/home/home.component.css @@ -10,12 +10,20 @@ .section-heading-page { background: #228fb8; color: white; + height: 150px; + position: relative; + top:250px; } -.container { - - text-align: center; +.section-name { + position: relative; + top: 50px; +} + +.section-countdown { + position:relative; + top: -170px; } @@ -23,3 +31,4 @@ + diff --git a/ui/src/app/home/home.component.html b/ui/src/app/home/home.component.html index eb7f37f..d87d1f0 100644 --- a/ui/src/app/home/home.component.html +++ b/ui/src/app/home/home.component.html @@ -1,58 +1,9 @@ -
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-

Annika & Damian

-
20.08.2022
-
-
-
-
-
+
+
+

Annika & Damian

+
20.08.2022
+
+
+
- - \ No newline at end of file diff --git a/ui/src/app/navbar/navbar.component.html b/ui/src/app/navbar/navbar.component.html index bcdccb5..734531a 100644 --- a/ui/src/app/navbar/navbar.component.html +++ b/ui/src/app/navbar/navbar.component.html @@ -1,25 +1,19 @@ - - - - - - + \ No newline at end of file diff --git a/ui/src/styles.css b/ui/src/styles.css index 1396826..ad0547d 100644 --- a/ui/src/styles.css +++ b/ui/src/styles.css @@ -2,7 +2,9 @@ * { font-size: 15px; } - +html { + width: 100%; +} body { font-family: Roboto, "Helvetica Neue", sans-serif;