diff --git a/www/css/style.css b/www/css/style.css index 4debc16..03ef99a 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -50,10 +50,29 @@ /* PAGE: Univers Sci-fi */ /* AUTEUR: Léa */ /****************************/ -.lore body { +.lore { background-color: rgb(207, 212, 74); } +.lore table{ + width: 60%; + border: 2px solid black; + margin: 15px 15px 15px 5px; +} + +.lore th{ + border: 1px solid black; +} + +.lore td{ + border: 1px solid black; +} + +.lore img{ + align-items: center; + margin: auto; +} + /****************************/ /* PAGE: Missions */ /* AUTEUR: Stanislas */ diff --git a/www/lore.html b/www/lore.html index bdc2807..d2189a8 100644 --- a/www/lore.html +++ b/www/lore.html @@ -6,7 +6,7 @@ Lore - +