From 63c5a6598f5289dc6a6b15d216e6c299ddfc31a9 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Tue, 29 Oct 2024 22:24:22 +0100 Subject: [PATCH] drop shadow --- index.html | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index c6ef8ff..d5e2067 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ - Visit + Test It diff --git a/style.css b/style.css index a201cda..933cdb0 100644 --- a/style.css +++ b/style.css @@ -89,6 +89,7 @@ body { justify-content: center; height: 75%; width: 500px; + box-shadow: 0 4px 10px rgba(16, 16, 16, 0.5); } .tool-header {