Ajout des classes de chacune dans pages en CSS
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user