From e8e28eb049bf7e796218be440c14dcb3425a22d1 Mon Sep 17 00:00:00 2001 From: Gumkle Date: Wed, 25 Apr 2018 18:28:09 +0200 Subject: [PATCH] Added clock timer --- index.html | 9 +++++++++ script.js | 50 ++++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 51 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index ac5cec4..b71537a 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,7 @@ height: 98vh; background-color: #333; z-index: -10; + padding: 0 10px; } #ukladanka{ z-index: 1 !important; @@ -20,6 +21,13 @@ z-index: 0 !important; position: absolute; } + #puzzleTimer{ + width: 100%; + font-size: 50px; + text-align: center; + color: white; + font-weight: bold; + }