countdown/assets/styles/header-new.css
2025-04-22 20:57:34 +08:00

15 lines
239 B
CSS

.header {
position: absolute;
top: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 25px;
margin: 5px;
}
.header-time {
font-size: 15px;
}