mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-05-06 07:53:37 +02:00
fix scrolling and initial screen
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user