Update style.css

This commit is contained in:
Dylanomz
2025-02-19 09:29:49 +01:00
parent 91eebae29e
commit 4a6ca8729d

View File

@@ -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 {