<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
“https://www.codecademy.com/courses/learn-html-css/lessons/adding-images/exercises/background-images?action=lesson_resume”
- In style.css, add a background image to #cover. Use the following image URL:
“https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-8/htmlcss1-img_bicycles.jpeg”
error: “Did you set the background image?”
#cover {
background-image:
url("https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-8/htmlcss1-img_bicycles.jpeg");
height: 900px;
position: relative;
top: -55px;
width: 100%;