hey so I’m trying to get a background image for a div using just html and css but its not working. Can some one please take a look and tell me what i’m missing? I’ve checked other threads here and in stack overflow and tried the solutions presented there without any change. I feel like i’m not understanding something about the image link.
Your help is appreciated
css:
#landing-page {
background-image: url ('http://imgur.com/WZrn9nl');
}
html:
<div class="container-fluid">
<div class="white-text landing-page" id="landing-page">
<h1>Krystena Lee</h1>
<h2>Front End Web Developer</h2>
</div>
code pen link: