You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bingo/style.css

13 lines
113 B
CSS

table, th, td {
border: 1px solid;
}
table {
width: 100%;
}
td {
text-align: center;
height: 50px;
}