partirdezero/static/css/tabs.css
2025-09-12 11:07:53 +02:00

33 lines
No EOL
324 B
CSS

/* TABLEAUX */
table {
width: 80%;
border-collapse: collapse;
}
.table-40 {
width: 40%;
}
.table-50 {
width: 50%;
}
.table-60 {
width: 60%;
}
.table-70 {
width: 70%;
}
th {
border-bottom: 2px solid;
text-align: left;
font-size: 1.1rem;
padding: 5px;
}
td {
padding: 10px;
}