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

25 lines
278 B
CSS

table, th, td {
border: 1px solid;
}
table {
width: 100%;
}
td {
text-align: center;
height: 100px;
font-size: 200%;
font-family: Arial, Helvetica, sans-serif;
}
img {
width: 100%;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}