My background image in html isn't showing
Code:
CodePudding user response:
because you dont have any content in div #home so height div is as much as nav height for take look bg image need to manual set height
- or
fill content #home div so that to see bg
#home{
height:500px
}