mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-01-11 22:41:36 +01: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;
|
||||
}
|
||||
@@ -4,6 +4,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>PF2015</title>
|
||||
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
||||
|
||||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.7/angular.min.js"></script>
|
||||
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user