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,30 @@
table {
border-collapse: collapse;
}
td, th {
border: 1px solid black;
width: 1cm;
height: 1cm;
vertical-align: center;
}
th {
font-size: 8pt;
}
.nincs {
background-color: gray;
}
.munkanap {
background-color: red;
}
.hetvege {
background-color: blue;
}
.szabadsag {
background-color: lightgreen;
}