Alexel
04de3d3d30
Ajout de classes aux éléments HTML des tableaux Modification du contenu des tableaux Ajout du fichier vie-etudiante.css Formattage basique du contenu des tableaux
17 lines
No EOL
204 B
CSS
17 lines
No EOL
204 B
CSS
.table {
|
|
font-family: "Poppins";
|
|
}
|
|
|
|
td {
|
|
padding: 5px 10px;
|
|
}
|
|
|
|
.tableRowHeading {
|
|
font-weight: 600;
|
|
}
|
|
|
|
.tableRow:nth-child(odd) {}
|
|
|
|
.tableRow:nth-child(even) {
|
|
background-color: #F4F4F4;
|
|
} |