bellriots.today/styles.css
Neil Hanlon d4df1e6af3
init
2024-01-02 11:32:52 -05:00

21 lines
385 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;
}
div#countdown {
display: inline-block;
font-size: 3rem;
font-weight: bold;
padding: 1.5rem;
border: 1px solid white;
}