From d2eb33bf9ecf8384a852e821ef4bfabc877130ad Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 18 Apr 2016 01:02:32 +0200 Subject: getting closer, still not how I want it. --- index.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 59e9fae..5789731 100644 --- a/index.css +++ b/index.css @@ -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; -- cgit v1.2.3-70-g09d2