Update app.py
Browse files
app.py
CHANGED
@@ -84,9 +84,9 @@ def generate_quiz_page():
|
|
84 |
white-space: pre-wrap; /* Preserve line breaks in quiz response */
|
85 |
}}
|
86 |
.generate-link {{
|
87 |
-
display: block; /* Make the link block
|
88 |
margin-top: 10px;
|
89 |
-
border: 2px solid
|
90 |
padding: 5px 10px; /* Padding for spacing inside the border */
|
91 |
text-decoration: none; /* Remove underline */
|
92 |
color: #ffc107; /* Yellow text color */
|
|
|
84 |
white-space: pre-wrap; /* Preserve line breaks in quiz response */
|
85 |
}}
|
86 |
.generate-link {{
|
87 |
+
display: inline-block; /* Make the link inline-block */
|
88 |
margin-top: 10px;
|
89 |
+
border: 2px solid transparent; /* Transparent border initially */
|
90 |
padding: 5px 10px; /* Padding for spacing inside the border */
|
91 |
text-decoration: none; /* Remove underline */
|
92 |
color: #ffc107; /* Yellow text color */
|