Create style.css
Browse files
style.css
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
h1 {
|
| 2 |
+
text-align: center;
|
| 3 |
+
}
|
| 4 |
+
|
| 5 |
+
#component-0 {
|
| 6 |
+
max-width: 730px;
|
| 7 |
+
margin: auto;
|
| 8 |
+
padding-top: 1.5rem;
|
| 9 |
+
}
|
| 10 |
+
|
| 11 |
+
#prompt-container {
|
| 12 |
+
gap: 0;
|
| 13 |
+
}
|
| 14 |
+
|
| 15 |
+
#col-container {
|
| 16 |
+
max-width: 910px;
|
| 17 |
+
margin-left: auto;
|
| 18 |
+
margin-right: auto;
|
| 19 |
+
}
|
| 20 |
+
|
| 21 |
+
a {
|
| 22 |
+
text-decoration-line: underline;
|
| 23 |
+
font-weight: 600;
|
| 24 |
+
}
|