diff --git a/www/css/style.css b/www/css/style.css index 95a4634..f76f4cb 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -99,7 +99,7 @@ footer { /* PAGE: L'équipe */ /* AUTEUR: Jérémy & Andres */ /****************************/ -.team main { +.team { background-color: #e6ecf3; } @@ -107,7 +107,7 @@ footer { /* PAGE: Histoire de DE */ /* AUTEUR: Jérémy */ /****************************/ -.histoire main { +.histoire { background-color: rgb(104, 170, 56); } @@ -123,7 +123,7 @@ footer { color: #FFEFE5; } -.lore main{ +.lore main { margin: auto; width: 1300px; } @@ -132,7 +132,7 @@ footer { margin: 10px; } -.lore article p, blockquote{ +.lore article p, blockquote { margin-left: 10px; margin-top: 15px; } @@ -142,7 +142,7 @@ footer { font-weight: bold; } -.lore table{ +.lore table { width: 100%; position: sticky; top: 68px; @@ -152,17 +152,17 @@ footer { margin-top: 5px; } -.lore th{ +.lore th { padding: 10px; border: 1px solid #FFEFE5; background-color: #13172c; } -.lore td{ +.lore td { border: 1px solid #FFEFE5; } -.lore td img{ +.lore td img { display: block; margin-left: auto; margin-right: auto; @@ -265,7 +265,7 @@ footer { /* PAGE: Missions */ /* AUTEUR: Stanislas */ /****************************/ -.missions main { +.missions { background-color: rgb(43, 189, 226); } @@ -273,6 +273,6 @@ footer { /* PAGE: Armures */ /* AUTEUR: Andres */ /****************************/ -.armures main { +.armures { background-color: rgb(255, 119, 0); } \ No newline at end of file