ajout de règles CSS et modification du tableau Lore
Some checks failed
Make website accessible / copy-websites (push) Has been cancelled
Some checks failed
Make website accessible / copy-websites (push) Has been cancelled
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user