|
|
@ -51,7 +51,6 @@
|
|
|
|
#demo {
|
|
|
|
#demo {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 70px;
|
|
|
|
font-size: 70px;
|
|
|
|
line-height:40px;
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
color: black;
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
font-family:"Roboto Mono";
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -151,7 +150,7 @@ var x = setInterval(function() {
|
|
|
|
// If the count down is finished, write some text
|
|
|
|
// If the count down is finished, write some text
|
|
|
|
if (distance < 0) {
|
|
|
|
if (distance < 0) {
|
|
|
|
clearInterval(x);
|
|
|
|
clearInterval(x);
|
|
|
|
document.getElementById("demo").innerHTML = "ZERO MINUTES";
|
|
|
|
document.getElementById("demo").innerHTML = "ZERO MINUTES - WE'RE LIVE!! ";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}, 1000);
|
|
|
|
}, 1000);
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|