From 16bb008cdd38a4fc359a1b03210fca43d63fce2b Mon Sep 17 00:00:00 2001 From: Robert McGovern Date: Wed, 5 Oct 2022 22:52:05 +0100 Subject: [PATCH] add missing boxshadow :) --- projects/FrontendMentor/newbie/qr-code-component/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/FrontendMentor/newbie/qr-code-component/css/style.css b/projects/FrontendMentor/newbie/qr-code-component/css/style.css index c7fb0bc..58eb23f 100644 --- a/projects/FrontendMentor/newbie/qr-code-component/css/style.css +++ b/projects/FrontendMentor/newbie/qr-code-component/css/style.css @@ -58,6 +58,7 @@ body { background-color: var(--col-card-background); border-radius: var(--border-radius--outer); + box-shadow: 0px 25px 25px rgba(0, 0, 0, 0.0476518); padding: 1rem 1rem 2.5rem 1rem;