Update index.html
Browse files- index.html +18 -0
index.html
CHANGED
|
@@ -219,6 +219,24 @@
|
|
| 219 |
text-decoration: underline;
|
| 220 |
}
|
| 221 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
.download-btn {
|
| 223 |
margin: 2rem auto 0;
|
| 224 |
}
|
|
|
|
| 219 |
text-decoration: underline;
|
| 220 |
}
|
| 221 |
|
| 222 |
+
|
| 223 |
+
/* WhatsApp Custom Button Theme */
|
| 224 |
+
.whatsapp-btn {
|
| 225 |
+
background-color: #8a5b44;
|
| 226 |
+
color: #ffffff;
|
| 227 |
+
border: none;
|
| 228 |
+
padding: 0.6rem 1.8rem;
|
| 229 |
+
border-radius: 50px;
|
| 230 |
+
font-weight: 600;
|
| 231 |
+
transition: all 0.3s ease;
|
| 232 |
+
}
|
| 233 |
+
|
| 234 |
+
.whatsapp-btn:hover {
|
| 235 |
+
background-color: #6a453b;
|
| 236 |
+
transform: translateY(-2px);
|
| 237 |
+
}
|
| 238 |
+
|
| 239 |
+
|
| 240 |
.download-btn {
|
| 241 |
margin: 2rem auto 0;
|
| 242 |
}
|