From dc7c609901ca1689fe25ca1b955424fed3cbfab7 Mon Sep 17 00:00:00 2001 From: markvandenheuvel Date: Wed, 3 Jun 2020 18:06:25 +0200 Subject: [PATCH] Update '12/blank.html' --- 12/blank.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);