Ajout d'un code en rapideeeeee

This commit is contained in:
2025-05-21 07:43:45 +02:00
parent c76948e937
commit 97d58a12f5
9 changed files with 973 additions and 0 deletions

18
TP3/code/css/style.css Normal file
View File

@@ -0,0 +1,18 @@
table{
width:100%;
}
img{
width:500px;
}
td + td + td + td{
width : 20%;
}
td:first-child + td{
width:10%;
}
td:first-child{
width:30%;
}
td:first-child + td + td {
width:30%;
}