From 13bc691cc87d052443daf8a9a1866973fb81b99a Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Wed, 5 Feb 2025 16:57:34 -0800 Subject: Set #bottom styles Set background color, font color, size, and weight for #bottom and #call-to-action sections. Also set default font weight to 300. --- styles.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/styles.css b/styles.css index a9f7241..0754615 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,6 @@ * { font-family: "Roboto", serif; + font-weight: 300; } #top { @@ -60,4 +61,22 @@ button { font-size: 24px; color: #1F2937; font-weight: 900; +} + +#bottom { + background-color: #FFFFFF; +} +#call-to-action { + background-color: #3882F6; +} +#call-to-action h3 { + font-size: 24px; + color: #F9FAF8; +} +#call-to-action h6 { + font-size: 18px; + color: #E5E7EB; +} +#call-to-action button { + border: 2px solid white; } \ No newline at end of file -- cgit v1.2.3