From 078f96fb493ea080a83c2beb418313a50297c010 Mon Sep 17 00:00:00 2001 From: kshell <kshell@utu.fi> Date: Sun, 26 Apr 2020 19:24:06 +0300 Subject: [PATCH] even more visuals --- src/App.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/App.css b/src/App.css index 47f2405..7451e76 100644 --- a/src/App.css +++ b/src/App.css @@ -68,9 +68,9 @@ h1 { } .possibilities { - color: black; + color: white; font-weight: bold; - margin: 3px; + margin-bottom: 6px; height: 60px; font-size: 17px; } @@ -155,7 +155,7 @@ h1 { } .result, .result1 { - color: black; + color: white; font-size: 30px; line-height: 1vw; font-weight: bold; @@ -199,7 +199,7 @@ html { } body { - height: auto%; + height: auto; background: #485563; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #242582, #2f2fa1); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #242582, #2f2fa1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ -- GitLab