summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-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