From d9aa0457084e0ba71866100ea06c8b40cd3870f5 Mon Sep 17 00:00:00 2001 From: AlmightyMiau Date: Wed, 5 Feb 2025 20:01:53 -0800 Subject: Set footer style Set background color, and font color and size for footer section. --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'styles.css') diff --git a/styles.css b/styles.css index 0754615..c281bf0 100644 --- a/styles.css +++ b/styles.css @@ -79,4 +79,10 @@ button { } #call-to-action button { border: 2px solid white; +} + +footer { + background-color: #1F2937; + font-size: 18px; + color: #E5E7EB; } \ No newline at end of file -- cgit v1.2.3