Files
DEV/DEV.1.2/tp2/style_ex6.css
Emmanuel Srivastava 7bc0c88705 update
2024-12-11 11:49:08 +01:00

10 lines
98 B
CSS

table {
border-collapse: collapse;
}
td {
border:1px solid black;
width:50px;
height:50px;
}