diff --git a/index.html b/index.html index c59b406..8c35e4a 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,9 @@ + + +
Huddle re-imagines the way we build communities. You have a voice, but so does your audience. Create connections with your users as you engage in genuine discussion. diff --git a/style.css b/style.css index e4d7792..b496d1d 100644 --- a/style.css +++ b/style.css @@ -6,6 +6,7 @@ body { background-color: hsl(257, 40%, 49%); + /* background-color: red; */ background-image: url(/week-6/image/bg-desktop.svg); min-height: 100vh; } @@ -44,4 +45,4 @@ body { background-color: white; padding: 0.8rem 4rem; border-radius: 1.5rem; -} \ No newline at end of file +}