10 lines
No EOL
134 B
CSS
10 lines
No EOL
134 B
CSS
.timer {
|
|
font-size: 10em;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.timer.over {
|
|
color: #f00;
|
|
} |