rendfeladat/megrendeles.css
2022-10-13 12:53:30 +02:00

16 lines
178 B
CSS

h1, h2 {
text-align: center;
}
h2 {
font-style: italic;
}
table {
border: 2px solid black;
border-collapse: collapse;
}
th, td {
border: 1px solid black;
}