Update app.py
Browse files
app.py
CHANGED
@@ -224,6 +224,33 @@ header p {
|
|
224 |
transform: scale(1.05);
|
225 |
}
|
226 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
|
229 |
|
@@ -281,7 +308,7 @@ color: blue;
|
|
281 |
}
|
282 |
|
283 |
/* Footer */
|
284 |
-
|
285 |
background: linear-gradient(135deg, #6a1b9a, #8e44ad);
|
286 |
color: #ffffff;
|
287 |
text-align: center;
|
@@ -289,7 +316,7 @@ color: blue;
|
|
289 |
margin-top: 30px;
|
290 |
border-radius: 12px;
|
291 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
292 |
-
}
|
293 |
|
294 |
footer h2 {
|
295 |
font-size: 1.5em;
|
|
|
224 |
transform: scale(1.05);
|
225 |
}
|
226 |
|
227 |
+
/* Pre-Tabs Section */
|
228 |
+
|
229 |
+
.pre-tabs {
|
230 |
+
text-align: center !important;
|
231 |
+
padding: 40px 20px !important;
|
232 |
+
background: linear-gradient(135deg, #ffffff, #f9fafb) !important;
|
233 |
+
border-top: 5px solid #64b5f6;
|
234 |
+
border-bottom: 5px solid #6a1b9a;
|
235 |
+
}
|
236 |
+
|
237 |
+
.pre-tabs h2, .post-tabs h2 {
|
238 |
+
font-size: 3em !important; /* Increase the size for better visibility */
|
239 |
+
}
|
240 |
+
|
241 |
+
.pre-tabs p, .post-tabs p {
|
242 |
+
font-size: 2.5em !important; /* Adjust paragraph text size */
|
243 |
+
}
|
244 |
+
|
245 |
+
.pre-tabs h2 {
|
246 |
+
color: #333333;
|
247 |
+
margin-bottom: 15px;
|
248 |
+
}
|
249 |
+
|
250 |
+
.pre-tabs p {
|
251 |
+
color: #555555;
|
252 |
+
line-height: 1.8;
|
253 |
+
}
|
254 |
|
255 |
|
256 |
|
|
|
308 |
}
|
309 |
|
310 |
/* Footer */
|
311 |
+
footer {
|
312 |
background: linear-gradient(135deg, #6a1b9a, #8e44ad);
|
313 |
color: #ffffff;
|
314 |
text-align: center;
|
|
|
316 |
margin-top: 30px;
|
317 |
border-radius: 12px;
|
318 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
|
319 |
+
}
|
320 |
|
321 |
footer h2 {
|
322 |
font-size: 1.5em;
|