Upload and Begin

This commit is contained in:
2024-11-20 20:36:28 +01:00
parent af1749b884
commit ed9222df6a
61 changed files with 13202 additions and 0 deletions

View File

@ -0,0 +1,25 @@
form {
margin-bottom: 20px;
display: inline-block;
}
thead {
text-align: left;
}
table {
border-collapse: collapse;
border: 2px ridge gray;
}
tr:nth-child(odd) {
background-color: lightgray;
}
td, th {
padding: 0px 5px;
}
#sorszam, #cim {
font-style: italic;
}