From 078cb01ee4664379c0dd579acc5ce7a90e1445f3 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Wed, 5 Feb 2025 16:48:59 -0800 Subject: Set #quote styles Set background color, font colors, sizes, and styles for the #quote section. --- styles.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.2.3