hatodik vizsga

This commit is contained in:
2024-11-28 22:30:52 +01:00
parent cfbc1bb80a
commit 2833172ab6
10 changed files with 92 additions and 0 deletions

View File

@ -0,0 +1,17 @@
table {
border-collapse: collapse;
margin-bottom: 0.5cm;
}
td {
border: 1px dotted black;
width: 1.2cm;
height: 1.2cm;
text-align: center;
vertical-align: center;
}
input[type="number"] {
width: 1cm;
box-sizing: border-box;
}