Harmadik vizsga

This commit is contained in:
2024-11-28 10:40:51 +01:00
parent 11c80fb673
commit d0de8736f4
25 changed files with 328 additions and 0 deletions

View File

@ -0,0 +1,23 @@
td, th{
border: 1px solid black;
margin: 0px;
font-size: 8pt;
padding: 0px;
width: calc(100%/32);
}
td{
background-color: red;
}
table{
border-collapse: collapse;
}
.inval{
background-color: grey;
}
.weekend{
background-color: blue;
}
.away{
background-color: lightgreen;
}