timeeeeeeeeee
This commit is contained in:
parent
c9e48b7313
commit
9ac5b2c5a1
2 changed files with 5 additions and 6 deletions
|
@ -8,7 +8,6 @@ body {
|
|||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
@ -75,16 +74,16 @@ div {
|
|||
display: inline;
|
||||
}
|
||||
#d::after {
|
||||
content: " days";
|
||||
content: " DAYS";
|
||||
}
|
||||
#h::after {
|
||||
content: " hours";
|
||||
content: " HOURS";
|
||||
}
|
||||
#m::after {
|
||||
content: " minutes";
|
||||
content: " MINUTES";
|
||||
}
|
||||
#s::after {
|
||||
content: " seconds";
|
||||
content: " SECONDS";
|
||||
}
|
||||
|
||||
@media (max-device-width: 667px), (max-width: 1024px) {
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<br /> <br />
|
||||
|
||||
<!-- COUNTDOWN -->
|
||||
<h1 id="time">
|
||||
<h1 id="time credits">
|
||||
<div id="d"></div>
|
||||
<div id="h"></div>
|
||||
<div id="m"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue