Background image

Please someone should help figure out what is wrong with the code. background image not showing
https://codepen.io/Esther-Itolima/pen/dmJNKP

Because your div is empty, You need a height CSS property.

<div class="hero">
</div>

Otherwise, the image is displayed but with a div that is 0px tall, you can’t see anything.

done but the image is not covering the whole width of the page.

You need a bigger image, or just do this

  background-size: 100%;

not working

You need to be detailed oriented. Check your spelling.

working now…thanks so much