feat: projets, autres

This commit is contained in:
rick 2022-01-29 12:46:40 +01:00
commit 2e53a2ba67
Signed by: Rick
GPG key ID: 2B593F087240EE99
7 changed files with 191 additions and 0 deletions

19
css/projets.css Normal file
View file

@ -0,0 +1,19 @@
.tableau {
margin: 4em;
margin-bottom: 2em;
margin-top: -2em;
}
table {
border: 1px solid black;
border-spacing: 0;
border-collapse: collapse;
}
thead {
border-bottom: 2px solid black;
}
tr:nth-child(even) {
background-color: rgb(228, 240, 245);
}