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