From da121951353abd738d80f335f49de4dc4b4a4ee2 Mon Sep 17 00:00:00 2001 From: cdanderson76 <138369806+cdanderson76@users.noreply.github.com> Date: Fri, 31 May 2024 11:09:59 -0500 Subject: [PATCH] Add files via upload --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index bb6f173..2244be6 100644 --- a/style.css +++ b/style.css @@ -30,7 +30,6 @@ img { width: 100%; height: 100vh; background-color: var(--dark-blue); - /* position: relative; */ } .container { @@ -52,7 +51,6 @@ img { background-color: var(--dark-grayish-blue); box-shadow: 1.875em 3.125em 5em 0em rgba(0, 0, 0, 0.10); border-radius: 0.625em; - /* position: relative; */ } .advice { @@ -102,14 +100,13 @@ img { border-radius: 50%; position: absolute; /* bottom: 18em; */ - bottom: 305px; + bottom: 285px; transition: 2s ease; } .dice { width: 1.5em; height: 1.5em; - align-items: center; }