Files
nsi/Activity_PHP/checkerboard/damier.css
T
2023-11-30 18:56:50 +01:00

20 lines
195 B
CSS

body {
background-color: gray;
}
td {
width: 50px;
height: 50px;
}
table {
border-collapse:collapse;
}
.n {
background-color: black;
}
.b {
background-color: white;
}