I'm having a hard time getting my background-image to show, even though I know it should be an easy fix.
Here's the code for the div class where I want the background to display:
.sun-face{
background-image: url("./images/Sun_face.svg");
}
<div class="sun-face"></div>
This is how my file directory is structured:
ROOT
-css
-fonts
-images
-js
index.html
navbar.html
signin.html