html - CSS - background image not showing properly -
no matter do, cannot image in .container div show when formatting css. top ~10% of image showing. if put img tag in html work perfectly. want format in css, not html, , in such away mobile-first compatible. want image centered , larger it's displaying. here html: <!doctype html> <html lang="en-us"> <link rel="stylesheet" type="text/css" href="rabstyle.css"> <title>home</title> <meta charset = "utf-8"> <meta name="author" content="beth bennett"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <body> <header> <div class="icons"><p>icons</p></div> <ul class = "buttons"> <button id="login" type="button">log in</button> <button id="signup" type="button">sign up</button> </ul> </header>