bellriots.today/styles.css

21 lines
385 B
CSS
Raw Normal View History

2024-01-02 16:32:52 +00:00
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;
}