I have a section set up like this:
<section id="fullpage">
</section>
html, body {
height:100%;
margin:0;
}
#fullpage {
background-image: url("sakura.png");
}
I have the sakura.png in the root directory but the image does not show up, I only see a white screen, what could be the problem?
Edit: I had to remove the quotes from background-image: url("sakura.png");