10 lines
146 B
CSS
10 lines
146 B
CSS
.transparentbg {
|
|
background: rgba (0, 0, 0, 0);
|
|
}
|
|
|
|
.countdown_label {
|
|
color: white;
|
|
font-weight: bold;
|
|
font-size: 60px;
|
|
padding: 0 0 0 0;
|
|
}
|