This commit is contained in:
cowboykipnugget
2025-02-13 11:53:09 +01:00
10 changed files with 78 additions and 10 deletions

View File

@@ -49,6 +49,8 @@ body {
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.product-box:hover {
@@ -131,4 +133,3 @@ body {
#add-to-cart:hover {
background-color: #45a049;
}