bingo-gen/static/style.css
2023-01-02 21:58:23 +05:00

21 lines
351 B
CSS

* {
margin: 0;padding: 0;box-sizing: border-box;
}
table {
border-collapse: collapse;
}
td {
font-family: "JetBrains Mono", serif;
font-size: 50px;
width: 1.5em;
height: 1.5em;
text-align: center;
background-color: #fff;
}
table, tr, td {
border: 1px solid #000;
}
td.hash {
height: auto;
font-size: 13px;
}