glitch-countdown/dist/main.css

25 lines
329 B
CSS
Raw Normal View History

2023-10-29 22:24:20 +00:00
body {
background-color: black;
}
#countdown {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50vw;
height: 8vw;
background-color: grey;
}
#countdown div {
display: inline-block;
}
#countdown * {
font-size: 3vw;
}
#countdown input {
width: 6vw;
}