diff options
| author | J08nY | 2016-04-18 01:02:32 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-18 01:02:32 +0200 |
| commit | d2eb33bf9ecf8384a852e821ef4bfabc877130ad (patch) | |
| tree | 40236a920f737ee4b20ad539169bac299306a2ad /index.css | |
| parent | adf9dea831850c66bc1565fef3203c4cc117d9b3 (diff) | |
| download | ld35-d2eb33bf9ecf8384a852e821ef4bfabc877130ad.tar.gz ld35-d2eb33bf9ecf8384a852e821ef4bfabc877130ad.tar.zst ld35-d2eb33bf9ecf8384a852e821ef4bfabc877130ad.zip | |
Diffstat (limited to 'index.css')
| -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; |
