summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmightyMiau <almightymeow612@gmail.com>2025-02-05 16:48:59 -0800
committerAlmightyMiau <almightymeow612@gmail.com>2025-02-05 16:48:59 -0800
commit078cb01ee4664379c0dd579acc5ce7a90e1445f3 (patch)
tree2c97d4afe1aead405cccee00e1aa00b6f3664373
parenta8c0278fc98de892281906dff3552b134dfb6413 (diff)
Set #quote styles
Set background color, font colors, sizes, and styles for the #quote section.
-rw-r--r--styles.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index 31a311b..a9f7241 100644
--- a/styles.css
+++ b/styles.css
@@ -46,4 +46,18 @@ button {
border: 4px solid #3882F6;
width: 100px;
height: 100px;
+}
+
+#quote {
+ background-color: #E5E7EB;
+}
+#quote p {
+ font-size: 36px;
+ font-style: italic;
+ color: #1F2937;
+}
+#quote h3 {
+ font-size: 24px;
+ color: #1F2937;
+ font-weight: 900;
} \ No newline at end of file