Files
WebTechnologiak-vizsga/2019-20-2-03/Megoldás/style.css
2024-12-07 14:05:27 +01:00

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;
}