11 lines
179 B
CSS
11 lines
179 B
CSS
.countdown {
|
|
background-color: #000;
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-weight: 400;
|
|
line-height: 1;
|
|
padding: 10px 30px;
|
|
border-radius: 2px;
|
|
}
|