mirror of
https://github.com/Aviortheking/Puissance4.git
synced 2025-04-22 19:02:13 +00:00
26 lines
291 B
CSS
26 lines
291 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;
|
|
}
|
|
|
|
|
|
/*# sourceMappingURL=/front.3abc0af9.css.map */ |