From 171c6e169a3cc0b1980cd302259ac358ed191f7d Mon Sep 17 00:00:00 2001 From: Wes Bryie <93141203+WesleyBryie@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:03:11 -0500 Subject: [PATCH] add classes to header, start middle, and do footer base --- index.html | 8 ++++++++ styles.css | 3 +++ 2 files changed, 11 insertions(+) diff --git a/index.html b/index.html index cd95330..7043215 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,16 @@ + +
+ +
+ \ No newline at end of file diff --git a/styles.css b/styles.css index b423e3c..a2664a4 100644 --- a/styles.css +++ b/styles.css @@ -2,4 +2,7 @@ .nunito { font-family: 'Nunito Sans', sans-serif; +} +#footer { + background-color: lightslategray; } \ No newline at end of file