From 02ada33b88219f4924db8dd91e0426fa0049da0c Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 18 Apr 2016 02:42:40 +0200 Subject: DONE! --- index.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 5789731..c3d7c70 100644 --- a/index.css +++ b/index.css @@ -26,6 +26,13 @@ body { font-size: 18px; font-weight: bold; float: left; + color: #ffffff; + + text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15), + 1px 2px 5px rgba(0, 0, 0, 0.05), + -1px 2px 5px rgba(0, 0, 0, 0.05); + + /*background-color: rgba(0,0,0,0.1);*/ } #block { @@ -34,7 +41,7 @@ body { width: 100%; height: 100%; - background-color: rgba(0,0,0,0.5); + background-color: rgba(0, 0, 0, 0.5); } #instructions { @@ -61,10 +68,21 @@ body { text-align: center; cursor: pointer; -} + text-shadow: 1px 3px 9px rgba(0, 0, 0, 0.4), + 3px 6px 8px rgba(0, 0, 0, 0.1), + -3px 6px 8px rgba(0, 0, 0, 0.1); +} #name { font-size: 40px; +} + +#positive { + color: #00a0b0; +} + +#negative { + color: #a01000; } \ No newline at end of file -- cgit v1.2.3-70-g09d2