css background image wont work
问题 For the life of me I can't figure out why my background image wont show up. The file path is correct. Here is the HTML : <section class="banner_area"> <p>Hi, I'm a <span>Front-End Web Developer</span> who makes clean and responsive designs come to life. </p> </section> and the CSS : .banner_area { background-image:url("images/banneralt4.jpg"); height:600px; background-attachment:fixed; background-size:cover; background-position:center; position:relative; } it worked fine on my other one. same