First init

This commit is contained in:
gauvainboiche
2025-07-08 11:23:22 +02:00
commit 6a18c3851c
61 changed files with 2046 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
table {
margin: 0 auto;
}
th, td {
border: 1px solid black;
padding: 10px;
width: 33vw;
}
#column-1 {
background-color: lightblue;
}
#column-2 {
background-color: lightgreen;
}
#column-3 {
background-color: lightcoral;
}