update 0.1

This commit is contained in:
2025-10-20 14:47:07 +02:00
parent 9961db0135
commit db9fe0265b
5 changed files with 319 additions and 8 deletions

14
kurse.css Normal file
View File

@@ -0,0 +1,14 @@
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;
}