From ae821ae1924806805a217e3ffa882a1f598e2006 Mon Sep 17 00:00:00 2001 From: Suhansa kashmira Date: Thu, 17 Oct 2024 15:51:23 +0530 Subject: [PATCH] make simple glow around the card --- MasteCard/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MasteCard/style.css b/MasteCard/style.css index c2401205..5288d3f5 100644 --- a/MasteCard/style.css +++ b/MasteCard/style.css @@ -73,4 +73,7 @@ h5.name { display: flex; justify-content: space-between; align-items: flex-end; +} +.container:hover { + box-shadow: 0 0 20px 10px rgba(255, 215, 0, 0.8); } \ No newline at end of file