Files

10 lines
98 B
CSS
Raw Permalink Normal View History

2025-11-23 11:00:46 +01:00
table {
border-collapse: collapse;
}
td {
border:1px solid black;
width:50px;
height:50px;
}