23 lines
230 B
CSS
23 lines
230 B
CSS
form {
|
|
margin-bottom: 20px;
|
|
width: fit-content;
|
|
}
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
border: 2px ridge gray;
|
|
}
|
|
|
|
td,
|
|
th {
|
|
margin: 5px;
|
|
}
|
|
|
|
#sorszam,
|
|
#cim {
|
|
font-style: italic;
|
|
} |