From 743c2415d2b08a41d1e8442f2403894e0b9f8e37 Mon Sep 17 00:00:00 2001 From: Moncef STITI Date: Sat, 13 Jan 2024 13:26:02 +0100 Subject: [PATCH] Ajout pied de page --- css/styles.css | 53 ++++++++++++++++++++++++++-- html/index.html | 54 ++++++++++++++++++++++++++++- img/RéseauxSociaux/Facebook.png | Bin 0 -> 11930 bytes img/RéseauxSociaux/Instagram.png | Bin 0 -> 238472 bytes img/RéseauxSociaux/Tripadvisor.png | Bin 0 -> 262549 bytes img/RéseauxSociaux/X.png | Bin 0 -> 64352 bytes img/RéseauxSociaux/Youtube.png | Bin 0 -> 14742 bytes 7 files changed, 104 insertions(+), 3 deletions(-) create mode 100644 img/RéseauxSociaux/Facebook.png create mode 100644 img/RéseauxSociaux/Instagram.png create mode 100644 img/RéseauxSociaux/Tripadvisor.png create mode 100644 img/RéseauxSociaux/X.png create mode 100644 img/RéseauxSociaux/Youtube.png diff --git a/css/styles.css b/css/styles.css index 96af31c..836a1b1 100644 --- a/css/styles.css +++ b/css/styles.css @@ -176,7 +176,7 @@ p { } .welcome-video { - width: 90%; /* largeur de la fenêtre de la vidéo */ + width: 80%; /* largeur de la fenêtre de la vidéo */ max-height: 400px; margin-bottom: 20px; } @@ -237,4 +237,53 @@ p { #scrollTopBtn span { margin-right: 5px; font-size: 18px; -} \ No newline at end of file +} + + +.container { + position: relative; + margin-bottom: 120px; +} + +.footer { + background-color: #4A305A; + color: white; + padding: 20px; /*hauteur du pied de page*/ + text-align: center; +} + +.footer-content { + display: flex; + justify-content: space-around; +} + +.footer-section { + flex: 1; +} + +.footer-section p { + color:white; +} + +.footer-section img { + width: 30px; /* taille logo*/ + height: 30px; + margin-right: 5px; /* Ajoute de l'espace entre les logos et les noms */ +} + +.footer-section h3 { + margin-bottom: 10px; +} + +.footer-signature { + margin-top: 20px; +} + +.footer-signature p { + color:white; +} + +.footer-signature img { + width: 200px; /* taille du logo */ + margin-bottom: 10px; +} diff --git a/html/index.html b/html/index.html index 83af910..cf5e244 100644 --- a/html/index.html +++ b/html/index.html @@ -96,8 +96,60 @@ +