diff --git a/css/style.css b/css/style.css index fa5d272..c092b58 100644 --- a/css/style.css +++ b/css/style.css @@ -19,6 +19,12 @@ body { */ } +#welcome-section{ + background-image: url('../images//home--background.jpeg'); + background-position: center; + background-size: cover; +} + .intro { top: 0; /*Set the top edge of the positioned element*/ /* If the value is 0 then why we're specifing? @@ -40,7 +46,7 @@ nav ul { position: fixed;/*position property sets positioned relative to the viewport, which means it always stays in the same place even if the page is scrolled.*/ width: 100%; /*width property sets the width to 100% of the containing block*/ - background-color: #4dabf5; + background-color: #22313F; } nav ul li { diff --git a/images/home--background.jpeg b/images/home--background.jpeg new file mode 100644 index 0000000..f725aa9 Binary files /dev/null and b/images/home--background.jpeg differ