mirror of
https://github.com/arthur-pbty/nsi.git
synced 2026-06-03 23:36:19 +02:00
20 lines
195 B
CSS
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;
|
|
} |