From 4a6ca8729d568485066e9f0c519017fb5e7a8249 Mon Sep 17 00:00:00 2001 From: Dylanomz <527457@vistacollege.nl> Date: Wed, 19 Feb 2025 09:29:49 +0100 Subject: [PATCH] Update style.css --- website/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/style.css b/website/style.css index 3eec807..6c7fcd5 100644 --- a/website/style.css +++ b/website/style.css @@ -59,6 +59,10 @@ body { text-align: center; cursor: pointer; transition: all 0.3s ease; + border: 2px solid darkgoldenrod; /* 2px dikke zwarte rand */ + padding: 20px; /* Ruimte binnen de container */ + } + } .product-box:hover {