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