Lesson #8 Not accepting the code, what am I doing wrong?

.hero {
padding: 250px 0;
margin: 30px;
font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
background-image: url (“https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-2/bg.jpg”);
}

HI this line

background-image: url ("https://s3.amazonaws.com/codecademy-content/projects/make-a-website/lesson-2/bg.jpg");

you shouldn’t have a space between url and ()

Ok, great! Thank you.

1 Like