13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
h1 {
|
|
text-align: center;
|
|
}
|
|
.timer {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
> .time {
|
|
font-size: 4em;
|
|
font-weight: bold;
|
|
}
|
|
}
|