whose-turn-is-it/index.css

10 lines
134 B
CSS
Raw Normal View History

2022-12-29 17:19:36 +01:00
.timer {
font-size: 10em;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
.timer.over {
color: #f00;
}