From 7098cc53c9771309d066b95bccc61c2c0565084a Mon Sep 17 00:00:00 2001 From: august kline Date: Wed, 14 Aug 2024 09:52:50 -0400 Subject: [PATCH] Better border --- src/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 1fa7179..0181c10 100644 --- a/src/style.css +++ b/src/style.css @@ -65,8 +65,10 @@ img { flex-direction: column; align-items: center; background: white; - box-shadow: 0rem 0rem 2rem rgba(0, 0, 0, 0.2); - border-radius: 0.5rem; + border: 1px solid black; + box-shadow: 0rem 0rem 1.5rem white; + /* box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.2); */ + /* border-radius: 0.5rem; */ padding: 0.8rem 0.8rem; max-inline-size: 50%; }