2019-05-30 12:12:51 +02:00

9 lines
99 B
CSS

table {
width: 100%;
border-collapse: collapse;
}
table, th, td {
border: 1px solid #555;
}