Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -36,4 +36,15 @@ h2 {
|
|
| 36 |
color: #8A2BE2;
|
| 37 |
margin-top: 15px !important;
|
| 38 |
font-weight: 800 !important;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
|
|
|
| 36 |
color: #8A2BE2;
|
| 37 |
margin-top: 15px !important;
|
| 38 |
font-weight: 800 !important;
|
| 39 |
+
}
|
| 40 |
+
|
| 41 |
+
/* Custom button styling */
|
| 42 |
+
.custom-button {
|
| 43 |
+
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
| 44 |
+
font-size: 1em;
|
| 45 |
+
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.custom-button:hover {
|
| 49 |
+
transform: translateY(-2px);
|
| 50 |
}
|