rendfeladat/megrendeles.css

16 lines
178 B
CSS
Raw Normal View History

2022-10-13 10:53:30 +00:00
h1, h2 {
text-align: center;
}
h2 {
font-style: italic;
}
table {
border: 2px solid black;
border-collapse: collapse;
}
th, td {
border: 1px solid black;
}