From 3130d64cfeed2033c95018d81827fa3750922e95 Mon Sep 17 00:00:00 2001
From: lantz <nathan.lantz1@etu.univ-lorraine.fr>
Date: Wed, 17 Jan 2024 13:55:00 +0100
Subject: [PATCH] remarche

---
 css/footerCSS.css |  2 +-
 css/indexCSS.css  | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/css/footerCSS.css b/css/footerCSS.css
index aff5c1b..cb5d4db 100644
--- a/css/footerCSS.css
+++ b/css/footerCSS.css
@@ -75,7 +75,7 @@ footer a:hover {
     width: 20px;
     height: 20px;
     margin-right: 5px;
-    background: url('img/logo_copyright.png') no-repeat center center;
+    background: url('../img/logo_copyright.png') no-repeat center center;
     background-size: cover;
 }
 
diff --git a/css/indexCSS.css b/css/indexCSS.css
index b5fa62e..101df4c 100644
--- a/css/indexCSS.css
+++ b/css/indexCSS.css
@@ -133,6 +133,7 @@
 
 /* ttt */
 
+
 .slider-container {
     height: 100%;
     width: 85%;
@@ -188,4 +189,16 @@
     left: 0;
     z-index: 100;
     transition: left 0.65s ease-out;
+}
+
+.slide-1 {
+    background-image: url("../photos/photo4.png");
+}
+
+.slide-2 {
+    background-image: url("../photos/photo2.jpg");
+}
+
+.slide-3 {
+    background-image: url("../photos/photo3.jpg");
 }
\ No newline at end of file
-- 
GitLab