This commit is contained in:
2024-11-28 13:13:25 +01:00
parent 3d587ce0a0
commit fedf227578
4 changed files with 87 additions and 0 deletions

View File

@ -0,0 +1,17 @@
table{
border-collapse: collapse;
}
td, th{
margin: 0;
padding: 5px;
}
h1{
font-size: 16pt;
font-family: Arial, Helvetica, sans-serif;
}
th{
text-align: center;
}
tr:hover{
background-color: lightgrey;
}