Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
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:
@@ -51,21 +51,31 @@
|
|||||||
/* AUTEUR: Léa */
|
/* AUTEUR: Léa */
|
||||||
/****************************/
|
/****************************/
|
||||||
.lore {
|
.lore {
|
||||||
background-color: rgb(207, 212, 74);
|
background-color: #C19F8A;
|
||||||
|
color: #FFEFE5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lore h1, h3{
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lore p{
|
||||||
|
margin: auto;
|
||||||
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lore table{
|
.lore table{
|
||||||
width: 60%;
|
width: 60%;
|
||||||
border: 2px solid black;
|
border: 2px solid #FFEFE5;
|
||||||
margin: 15px 15px 15px 5px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lore th{
|
.lore th{
|
||||||
border: 1px solid black;
|
border: 1px solid #FFEFE5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lore td{
|
.lore td{
|
||||||
border: 1px solid black;
|
border: 1px solid #FFEFE5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lore img{
|
.lore img{
|
||||||
|
|||||||
Reference in New Issue
Block a user