Compare commits
2 Commits
80b8378704
...
3ee79e7eb5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ee79e7eb5 | ||
|
|
5915f12fce |
@@ -90,7 +90,7 @@ footer {
|
||||
/* PAGE: à Propos */
|
||||
/* AUTEUR: Stanislas */
|
||||
/****************************/
|
||||
.aPropos body {
|
||||
.aPropos main {
|
||||
background-color: rgb(99, 241, 99);
|
||||
}
|
||||
|
||||
@@ -98,15 +98,15 @@ footer {
|
||||
/* PAGE: L'équipe */
|
||||
/* AUTEUR: Jérémy & Andres */
|
||||
/****************************/
|
||||
.team body {
|
||||
background-color: rgb(172, 45, 45);
|
||||
.team main {
|
||||
background-color: #e6ecf3;
|
||||
}
|
||||
|
||||
/****************************/
|
||||
/* PAGE: Histoire de DE */
|
||||
/* AUTEUR: Jérémy */
|
||||
/****************************/
|
||||
.histoire body {
|
||||
.histoire main {
|
||||
background-color: rgb(104, 170, 56);
|
||||
}
|
||||
|
||||
@@ -264,7 +264,7 @@ footer {
|
||||
/* PAGE: Missions */
|
||||
/* AUTEUR: Stanislas */
|
||||
/****************************/
|
||||
.missions body {
|
||||
.missions main {
|
||||
background-color: rgb(43, 189, 226);
|
||||
}
|
||||
|
||||
@@ -272,6 +272,6 @@ footer {
|
||||
/* PAGE: Armures */
|
||||
/* AUTEUR: Andres */
|
||||
/****************************/
|
||||
.armures body {
|
||||
.armures main {
|
||||
background-color: rgb(255, 119, 0);
|
||||
}
|
||||
Reference in New Issue
Block a user