diff options
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 { |
