dtime-js/dtime.css

53 lines
599 B
CSS
Raw Permalink Normal View History

* {
2020-04-11 22:50:33 +00:00
margin: 0;
padding: 0;
}
html {
2020-04-11 22:50:33 +00:00
width: 100%;
height: 100%;
position: relative;
2022-07-16 13:42:32 +00:00
font-size: 55px;
}
body {
2020-04-11 22:50:33 +00:00
background: #f1f1f1;
color: #326f0c;
}
#wrap {
position: absolute;
2020-04-11 22:50:33 +00:00
text-align: center;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}
#ddate {
text-transform:uppercase;
}
2020-03-13 09:42:55 +00:00
#dday {
font-size: 55%;
}
#dtime {
2020-03-13 09:42:55 +00:00
font-size: 303%;
}
2020-04-11 22:50:33 +00:00
.hidden {
display: none;
}
.secsize {
font-size: 73px;
color: gray;
vertical-align: super;
}
table {
font-size: 22px;
margin: auto;
}