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

26 lines
296 B
CSS

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