summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorJ08nY2016-04-18 00:49:51 +0200
committerJ08nY2016-04-18 00:49:51 +0200
commitadf9dea831850c66bc1565fef3203c4cc117d9b3 (patch)
tree5ef0814484535bcd8fa7df7cd121bdbb70e7f37e /index.css
parent76fb0a13cdfa0cd639b6b847ed37378a4276370a (diff)
downloadld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.tar.gz
ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.tar.zst
ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.zip
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 {