fix scrolling and initial screen

This commit is contained in:
Juraj Michalek
2014-12-29 19:24:24 +00:00
parent 6746673fb8
commit ba562f269d
2 changed files with 22 additions and 2 deletions

View File

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