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