diff options
Diffstat (limited to '')
| -rw-r--r-- | index.css | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -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; |
