<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-position?action=lesson_resume
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I am stuck on this one, it keeps telling me “did you position the image correctly” I have tried background-position: center top; as explained in the exercise, background-position: top center; as said in the instructions and Get Code and still it is not working. I don’t know what else to try?
#cover {
background-image: url("https://s3.amazonaws.com/codecademy-content/courses/web-101/unit-8/htmlcss1-img_bicycles.jpeg");
background-repeat: no-repeat;
background-position: top center;