From cce7b58497c2620ad4eae74d721b0f85505d7dc5 Mon Sep 17 00:00:00 2001 From: rebooooorn Date: Wed, 2 Dec 2020 22:23:10 +0100 Subject: [PATCH] BETTERZON-35 added footer --- Frontend/src/app/footer/footer.component.css | 18 ++++++++++++++++-- Frontend/src/app/footer/footer.component.html | 15 +++++++++++---- .../app/landingpage/landingpage.component.html | 1 + 3 files changed, 28 insertions(+), 6 deletions(-) diff --git a/Frontend/src/app/footer/footer.component.css b/Frontend/src/app/footer/footer.component.css index e25c62c..c39569a 100644 --- a/Frontend/src/app/footer/footer.component.css +++ b/Frontend/src/app/footer/footer.component.css @@ -1,3 +1,17 @@ -.container{ - text-align: center; +.footer { + position: fixed; + left: 0; + bottom: 0; + width: 100%; + background-color: dimgrey; + color: white; + text-align: center; } + +.icon-3d { + padding: 10px; + color: #fff; +} + + + diff --git a/Frontend/src/app/footer/footer.component.html b/Frontend/src/app/footer/footer.component.html index aa19043..e6d17d8 100644 --- a/Frontend/src/app/footer/footer.component.html +++ b/Frontend/src/app/footer/footer.component.html @@ -1,7 +1,14 @@ -