SondosMB commited on
Commit
3165694
·
verified ·
1 Parent(s): 2039721

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -12
app.py CHANGED
@@ -229,29 +229,22 @@ header p {
229
 
230
 
231
  #pre-tabs{
232
- text-align: center !important;
233
  padding: 40px 20px !important;
234
- background: linear-gradient(135deg, #ffffff, #f9fafb) !important;
235
  border-top: 5px solid #64b5f6;
236
  border-bottom: 5px solid #6a1b9a;
237
- }
238
-
239
- #pre-tabs h2, #pre-tabs h2 {
240
- font-size: 3em !important; /* Increase the size for better visibility */
241
- }
242
-
243
- .p {
244
- font-size: 2.5em !important; /* Adjust paragraph text size */
245
  }
246
 
247
  #pre-tabs h2 {
248
- color: #333333;
 
249
  margin-bottom: 15px;
250
  }
251
 
252
  #pre-tabs p {
253
  color: #555555;
254
- line-height: 1.8;
255
  }
256
 
257
 
 
229
 
230
 
231
  #pre-tabs{
232
+ text-align: right !important;
233
  padding: 40px 20px !important;
 
234
  border-top: 5px solid #64b5f6;
235
  border-bottom: 5px solid #6a1b9a;
236
+ color:#6a1b9a
 
 
 
 
 
 
 
237
  }
238
 
239
  #pre-tabs h2 {
240
+ font-size: 2.5em
241
+ font-color:#6a1b9a
242
  margin-bottom: 15px;
243
  }
244
 
245
  #pre-tabs p {
246
  color: #555555;
247
+ line-height: 1.5;
248
  }
249
 
250