Let's take a look at how everything is structured:
https://i.sstatic.net/gvyFH.png
I am attempting to retrieve an image from a subfolder using a CSS file
Although I have attempted several methods, none of them seem to work as expected
background-image: url('../images/topimage.jpg');
background-image: url('/images/topimage.jpg');
background-image: url(/images/topimage.jpg);
Here is the directory layout
MyMovieVlog
Home
Home.html
Home.css
images
topimage.jpg