Public Access
5
0

Ajout des images dans la page d'histoire DE

This commit is contained in:
2025-11-30 20:09:13 -05:00
parent c7c07192db
commit fb11438ed2
10 changed files with 10 additions and 10 deletions

View File

@@ -540,7 +540,7 @@ Couleur texte : #FFEFE5
.histoire section article {
display: flex;
padding: 16px;
height: 50vh;
height: 75vh;
align-items: center;
}
@@ -553,39 +553,39 @@ Couleur texte : #FFEFE5
}
.histoire section article#contexte {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Contexte.webp") center/cover;
}
.histoire section article#chapitre1 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre1.webp") center/cover;
}
.histoire section article#chapitre2 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre2.webp") center/cover;
}
.histoire section article#chapitre3 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre3.webp") center/cover;
}
.histoire section article#chapitre4 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre4.webp") center/cover;
}
.histoire section article#chapitre5 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre5.webp") center/cover;
}
.histoire section article#chapitre6 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre6.webp") center/cover;
}
.histoire section article#chapitre7 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre7.webp") center/cover;
}
.histoire section article#chapitre8 {
background: #13172c url("../images/imagesDE/temporaire.webp") center/cover fixed;
background: #13172c url("../images/imagesDE/Chapitre8.webp") center/cover;
}
.histoire section article div.box {