summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css18
1 files changed, 14 insertions, 4 deletions
diff --git a/index.css b/index.css
index 3ad9a5a..59e9fae 100644
--- a/index.css
+++ b/index.css
@@ -10,21 +10,26 @@ body {
font-family: arial;
}
-#block {
+#container {
+ position: absolute;
+
+ width: 100%;
+ height: 100%;
+
+}
+#block {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.5);
-
}
#instructions {
-
width: 100%;
- height: 100%;
+ height: 50%;
display: -webkit-box;
display: -moz-box;
@@ -46,7 +51,12 @@ body {
text-align: center;
cursor: pointer;
+}
+#overlay {
+ margin: 3%;
+ font-size: 18px;
+ font-weight: bold;
}
#name {