diff --git a/src/app/app.component.html b/src/app/app.component.html
index 3d99444..81fa8ef 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,3 +1,4 @@
footer works!
+ diff --git a/src/app/footer/footer.component.scss b/src/app/footer/footer.component.scss index e69de29..72ab870 100644 --- a/src/app/footer/footer.component.scss +++ b/src/app/footer/footer.component.scss @@ -0,0 +1,14 @@ +footer { + width: 100%; + height: 113px; + background-color: #CE0000; +} + +.liens{ + width: 100%; +} + +h5{ + padding-right: 50px; + color: white; +} diff --git a/src/assets/Logo_footer.png b/src/assets/Logo_footer.png new file mode 100644 index 0000000..f11d083 Binary files /dev/null and b/src/assets/Logo_footer.png differ