From d4ceec1bcbab68d76c3c57a963ac9ac5d68650d4 Mon Sep 17 00:00:00 2001 From: Dylanomz <527457@vistacollege.nl> Date: Wed, 19 Feb 2025 09:57:59 +0100 Subject: [PATCH] g --- website/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/style.css b/website/style.css index 6c7fcd5..3c2dc54 100644 --- a/website/style.css +++ b/website/style.css @@ -58,12 +58,11 @@ body { overflow: hidden; text-align: center; cursor: pointer; - transition: all 0.3s ease; + transition: all 0.3s ease, box-shadow 0.3s ease; border: 2px solid darkgoldenrod; /* 2px dikke zwarte rand */ padding: 20px; /* Ruimte binnen de container */ } -} .product-box:hover { transform: scale(1.05);