diff options
| author | J08nY | 2016-04-18 00:49:51 +0200 |
|---|---|---|
| committer | J08nY | 2016-04-18 00:49:51 +0200 |
| commit | adf9dea831850c66bc1565fef3203c4cc117d9b3 (patch) | |
| tree | 5ef0814484535bcd8fa7df7cd121bdbb70e7f37e /index.css | |
| parent | 76fb0a13cdfa0cd639b6b847ed37378a4276370a (diff) | |
| download | ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.tar.gz ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.tar.zst ld35-adf9dea831850c66bc1565fef3203c4cc117d9b3.zip | |
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -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 { |
