Krishnaveni11 commited on
Commit
c271085
·
verified ·
1 Parent(s): acfbba0

Update Home.py

Browse files
Files changed (1) hide show
  1. Home.py +6 -2
Home.py CHANGED
@@ -17,13 +17,17 @@ st.markdown(
17
 
18
  /* Header and Subheader Text */
19
  h1 {
20
- color: #800000 !important; /* Maroon for the main header */
 
 
21
  font-family: 'Arial', sans-serif !important;
22
  font-weight: bold !important;
23
  text-align: center;
24
  }
25
  h2, h3, h4 {
26
- color: #800000 !important; /* Maroon for subheaders */
 
 
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
  }