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; + }