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 @@ -