feat: projets, autres
This commit is contained in:
parent
7e237426b9
commit
2e53a2ba67
7 changed files with 191 additions and 0 deletions
css
19
css/projets.css
Normal file
19
css/projets.css
Normal 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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue