summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--index.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/index.css b/index.css
index 59e9fae..5789731 100644
--- a/index.css
+++ b/index.css
@@ -16,6 +16,16 @@ body {
width: 100%;
height: 100%;
+ -webkit-user-select: none; /* Chrome/Safari */
+ -moz-user-select: none; /* Firefox */
+ -ms-user-select: none; /* IE10+ */
+}
+
+#overlay {
+ margin: 3%;
+ font-size: 18px;
+ font-weight: bold;
+ float: left;
}
#block {
@@ -29,7 +39,7 @@ body {
#instructions {
width: 100%;
- height: 50%;
+ height: 100%;
display: -webkit-box;
display: -moz-box;
@@ -53,11 +63,7 @@ body {
cursor: pointer;
}
-#overlay {
- margin: 3%;
- font-size: 18px;
- font-weight: bold;
-}
+
#name {
font-size: 40px;