Spaces:
Running
Running
Rename index.html to index2.html
Browse files- index.html → index2.html +2 -1
index.html → index2.html
RENAMED
@@ -18,7 +18,8 @@
|
|
18 |
background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);
|
19 |
}
|
20 |
.wine-card {
|
21 |
-
transition
|
|
|
22 |
}
|
23 |
.wine-card:hover {
|
24 |
transform: translateY(-5px);
|
|
|
18 |
background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);
|
19 |
}
|
20 |
.wine-card {
|
21 |
+
transition
|
22 |
+
: all 0.3s ease;
|
23 |
}
|
24 |
.wine-card:hover {
|
25 |
transform: translateY(-5px);
|