71 lines
1.4 KiB
CSS
71 lines
1.4 KiB
CSS
@charset "UTF-8"; /* La feuille de style est encodée en UTF-8 */
|
|
/****************************/
|
|
/* PAGE: Tous */
|
|
/* AUTEUR: Tous */
|
|
/****************************/
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
/****************************/
|
|
/* PAGE: Accueil */
|
|
/* AUTEUR: Léa */
|
|
/****************************/
|
|
.accueil body {
|
|
background-color: rgb(138, 43, 226);
|
|
}
|
|
|
|
.accueil p {
|
|
margin: auto;
|
|
display: flex;
|
|
width: 50%;
|
|
}
|
|
|
|
/****************************/
|
|
/* 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);
|
|
} |