Spaces:
Sleeping
Sleeping
Update Home.py
Browse files
Home.py
CHANGED
|
@@ -17,13 +17,17 @@ st.markdown(
|
|
| 17 |
|
| 18 |
/* Header and Subheader Text */
|
| 19 |
h1 {
|
| 20 |
-
|
|
|
|
|
|
|
| 21 |
font-family: 'Arial', sans-serif !important;
|
| 22 |
font-weight: bold !important;
|
| 23 |
text-align: center;
|
| 24 |
}
|
| 25 |
h2, h3, h4 {
|
| 26 |
-
|
|
|
|
|
|
|
| 27 |
font-family: 'Arial', sans-serif !important;
|
| 28 |
font-weight: bold !important;
|
| 29 |
}
|
|
|
|
| 17 |
|
| 18 |
/* Header and Subheader Text */
|
| 19 |
h1 {
|
| 20 |
+
background: linear-gradient(to right, #ff7f50, #ffd700); /* Orange to yellow gradient */
|
| 21 |
+
-webkit-background-clip: text;
|
| 22 |
+
-webkit-text-fill-color: transparent;
|
| 23 |
font-family: 'Arial', sans-serif !important;
|
| 24 |
font-weight: bold !important;
|
| 25 |
text-align: center;
|
| 26 |
}
|
| 27 |
h2, h3, h4 {
|
| 28 |
+
background: linear-gradient(to right, #ff7f50, #ffd700); /* Orange to yellow gradient */
|
| 29 |
+
-webkit-background-clip: text;
|
| 30 |
+
-webkit-text-fill-color: transparent;
|
| 31 |
font-family: 'Arial', sans-serif !important;
|
| 32 |
font-weight: bold !important;
|
| 33 |
}
|