From ba562f269db8c20a7556cf064ca8291f1a5a1fff Mon Sep 17 00:00:00 2001 From: Juraj Michalek Date: Mon, 29 Dec 2014 19:24:24 +0000 Subject: [PATCH] fix scrolling and initial screen --- css/pexeso.css | 21 +++++++++++++++++++-- index.html | 3 +++ 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/css/pexeso.css b/css/pexeso.css index 766b970..1e018d3 100644 --- a/css/pexeso.css +++ b/css/pexeso.css @@ -1,7 +1,10 @@ -body { +BODY, HTML { margin: 0; background: lightyellow; - font-family: Arial, Verdana, sans-serif; + font-family: Arial, Verdana, sans-serif; + height: 100%; + width: 100%; + overflow: hidden; } #mainContent { @@ -65,3 +68,17 @@ body { .textCardLabel { margin-top: 15%; } + +#levelComplete { + position: relative; + z-index: 200; + background:rgba(0,0,0,0.7); + text-align: center; + padding-top: 2em; + padding-bottom: 2em; +} + +#congratulation { + font-size: 3em; + padding-bottom: 1em; +} \ No newline at end of file diff --git a/index.html b/index.html index 81cf29b..a4db6a1 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@ PF2015 + + +