Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -13,11 +13,11 @@
|
|
| 13 |
padding: 50px;
|
| 14 |
}
|
| 15 |
.address {
|
| 16 |
-
margin:
|
| 17 |
padding: 10px;
|
| 18 |
border: 2px solid #ccc;
|
| 19 |
border-radius: 5px;
|
| 20 |
-
background-color: rgba(255, 255, 255, 0.
|
| 21 |
transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
|
| 22 |
width: 250px;
|
| 23 |
display: block;
|
|
@@ -27,7 +27,7 @@
|
|
| 27 |
}
|
| 28 |
.address:hover {
|
| 29 |
transform: scale(1.05);
|
| 30 |
-
background-color: rgba(255, 255, 255, 0.
|
| 31 |
}
|
| 32 |
.unavailable {
|
| 33 |
text-decoration: line-through;
|
|
|
|
| 13 |
padding: 50px;
|
| 14 |
}
|
| 15 |
.address {
|
| 16 |
+
margin: 40px;
|
| 17 |
padding: 10px;
|
| 18 |
border: 2px solid #ccc;
|
| 19 |
border-radius: 5px;
|
| 20 |
+
background-color: rgba(255, 255, 255, 0.6);
|
| 21 |
transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
|
| 22 |
width: 250px;
|
| 23 |
display: block;
|
|
|
|
| 27 |
}
|
| 28 |
.address:hover {
|
| 29 |
transform: scale(1.05);
|
| 30 |
+
background-color: rgba(255, 255, 255, 0.85);
|
| 31 |
}
|
| 32 |
.unavailable {
|
| 33 |
text-decoration: line-through;
|