From b299299a343c48fade2991c6e03b14cbfcdeb428 Mon Sep 17 00:00:00 2001 From: DaanoGames Date: Thu, 17 Apr 2025 13:44:06 +0200 Subject: [PATCH] added shadow --- application/static/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/application/static/style.css b/application/static/style.css index 2967361..94e8144 100644 --- a/application/static/style.css +++ b/application/static/style.css @@ -21,12 +21,16 @@ body { padding-bottom: 5px; border: 2px solid black; border-radius: 10px; + box-shadow: 5px 5px 10px black; } .fit-picture { width: 45px; - padding-top: 5px; - padding-bottom: 5px; + margin-top: 5px; + margin-bottom: 5px; + border: 1px solid black; + border-radius: 5px; + box-shadow: 0px 0px 5px black; } /* Login page */