Public Access
5
0

Ajout des classes de chacune dans pages en CSS

This commit is contained in:
Jeremy
2025-11-14 15:03:46 -05:00
parent 18a7f2895b
commit 8339faecc2

View File

@@ -125,17 +125,61 @@ aside {
/* Section a Lea */
.lea body {
background-color: blueviolet;
/****************************/
/* PAGE: Accueil */
/* AUTEUR: Léa */
/****************************/
.accueil body {
background-color: rgb(138, 43, 226);
}
/****************************/
/* PAGE: à Propos */
/* AUTEUR: Stanislas */
/****************************/
.aPropos body {
background-color: rgb(99, 241, 99);
}
/****************************/
/* PAGE: L'équipe */
/* AUTEUR: Jérémy & Andres */
/****************************/
.team body {
background-color: rgb(172, 45, 45);
}
/****************************/
/* PAGE: Histoire de DE */
/* AUTEUR: Jérémy */
/****************************/
.histoire body {
background-color: rgb(104, 170, 56);
}
/****************************/
/* PAGE: Univers Sci-fi */
/* AUTEUR: Léa */
/****************************/
.lore body {
background-color: rgb(207, 212, 74);
}
/****************************/
/* PAGE: Missions */
/* AUTEUR: Stanislas */
/****************************/
.missions body {
background-color: rgb(43, 189, 226);
}
/****************************/
/* PAGE: Armures */
/* AUTEUR: Andres */
/****************************/
.armures body {
background-color: rgb(255, 119, 0);
}