Please someone should help figure out what is wrong with the code. background image not showing
https://codepen.io/Esther-Itolima/pen/dmJNKP
Background image
Background image
0
Esetessy
#1
owel
#2
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.