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 @@