bellriots.today/styles.css
Neil Hanlon 0dab936790
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
update
2024-08-12 21:14:51 -04:00

24 lines
428 B
CSS

body {
background-color: #222222;
color: #FFFFFF;
display: flex;
justify-content: center;
align-items: center;
}
section {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
section img {
display: inline-block;
}
div#countdown {
display: inline-block;
font-size: 3rem;
font-weight: bold;
padding: 1.5rem;
border: 1px solid white;
}