diff --git a/topdeals/topdeals.html b/topdeals/topdeals.html
index dba90f80..682f7655 100644
--- a/topdeals/topdeals.html
+++ b/topdeals/topdeals.html
@@ -49,7 +49,8 @@
}
.card {
background-color: rgba(255, 255, 255, 0.8);
- border-radius: 5px;
+
+ border-radius: 15px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
overflow: hidden;
width: 32%;
@@ -58,6 +59,11 @@
}
+
+ .card:hover{
+ transform: scale(1.035);
+ }
+
.card img {
width: 100%;
height: auto;