From b274058488f76498c6fd1f789841e0c526f90228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juliette=20Kalfl=C3=A8che?= <juliette.kalfleche@student-cs.fr> Date: Thu, 9 Jun 2022 10:09:02 +0200 Subject: [PATCH] add footer --- frontend/src/components/Footer.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Footer.vue b/frontend/src/components/Footer.vue index 12c47ba..6bbba51 100644 --- a/frontend/src/components/Footer.vue +++ b/frontend/src/components/Footer.vue @@ -1,6 +1,6 @@ <template> <div class="footer"> - <h4>Footer</h4> + <h5 >🍪 Ce site n'utilise pas de cookies mais il les mange 🍪</h5> </div> </template> @@ -13,6 +13,9 @@ export default { <style> .footer { text-align: center; - background-color: #FF68AD; + display: flex; + background-color: #912F56; + color: white; + justify-content: center; } </style> -- GitLab