From adf9dea831850c66bc1565fef3203c4cc117d9b3 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 18 Apr 2016 00:49:51 +0200 Subject: overlay on the way --- index.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 3ad9a5a..59e9fae 100644 --- a/index.css +++ b/index.css @@ -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 { -- cgit v1.2.3-70-g09d2