Files
sportstudio/kurse.css
2025-10-20 14:47:07 +02:00

14 lines
193 B
CSS

td,th {
padding: 10px;
border: solid;
}
table {
margin-top: 100px;
border-collapse: collapse;
width: 100%;
font-family: "Quicksand";
}
tr:nth-child(2n) {
background-color: lightgrey;
}