mirror of
https://github.com/Aviortheking/Puissance4.git
synced 2025-05-07 10:07:53 +00:00
39 lines
433 B
CSS
39 lines
433 B
CSS
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.tableContainer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 40rem;
|
|
}
|
|
|
|
table {
|
|
border: 2px solid;
|
|
|
|
}
|
|
|
|
tr {
|
|
|
|
border: 1px solid;
|
|
}
|
|
|
|
td {
|
|
border: 1px solid;
|
|
height: 10px;
|
|
width: 20px;
|
|
}
|
|
|
|
td[data-color="red"] {
|
|
background: red
|
|
}
|
|
|
|
td[data-color="yellow"] {
|
|
background: yellow
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=/main.c39d6dcf.css.map */ |