From 2d3ef8d3b6188c1a647c42db69a5aee7c314cc08 Mon Sep 17 00:00:00 2001
From: Clement Desbuisson <clement.desbuisson.etu@univ-lille.fr>
Date: Thu, 21 Dec 2023 00:29:35 +0100
Subject: [PATCH] Upload New File

---
 css/footer.css | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 css/footer.css

diff --git a/css/footer.css b/css/footer.css
new file mode 100644
index 0000000..1eaa7be
--- /dev/null
+++ b/css/footer.css
@@ -0,0 +1,27 @@
+@font-face {
+    font-family: "Inter";
+    src: url('../fonts/Inter/static/Inter-SemiBold.ttf');
+  }
+  
+
+footer {
+    position: relative;
+    bottom: 0; 
+    left: 0; 
+    right: 0;
+    background-color: #231543;
+    
+}
+footer>section {
+    display: flex;
+    justify-content: space-around;
+}
+
+footer>section>div>a {
+    color: #fff;
+    text-align: center;
+    text-decoration: none;
+    display: flex;
+    justify-content: center;
+    font-family: "Inter";
+}
\ No newline at end of file
-- 
GitLab