Public Access
5
0

ajout de règles CSS et modification du tableau Lore

This commit is contained in:
LD
2025-11-19 13:57:27 -05:00
parent 0483ce2cb8
commit fd46ee68ac
2 changed files with 29 additions and 21 deletions

View File

@@ -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 */