2020-11-30 19:15:49 +00:00
|
|
|
body {
|
|
|
|
text-align: center;
|
|
|
|
font-family: "Open Sans";
|
|
|
|
font-weight: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
.countdown-title {
|
|
|
|
color: #fff;
|
|
|
|
font-weight: 100;
|
|
|
|
font-size: 40px;
|
2021-02-13 13:48:41 +00:00
|
|
|
margin: 0;
|
2020-11-30 19:15:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.countdown {
|
|
|
|
font-family: "Open Sans";
|
|
|
|
color: #fff;
|
|
|
|
display: flex;
|
|
|
|
font-weight: 400;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 30px;
|
|
|
|
height: 60vh;
|
|
|
|
width: max-content;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
#congrats{
|
|
|
|
font-size: 40px;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.countdown-inner {
|
2021-02-13 13:48:41 +00:00
|
|
|
font-size: 20vw;
|
2020-11-30 19:15:49 +00:00
|
|
|
}
|
|
|
|
.captions{
|
|
|
|
display: flex;
|
|
|
|
width: fit-content;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2021-08-11 18:56:11 +00:00
|
|
|
.incard_l {
|
|
|
|
display: block;
|
|
|
|
text-align: left;
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
.incard_r {
|
|
|
|
display: block;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2020-11-30 19:15:49 +00:00
|
|
|
.didts {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.didts-text {
|
|
|
|
display: block;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.didts-text:first-child{
|
|
|
|
padding-right: 50%;
|
|
|
|
}
|