Calling local file on Visual Studio Code with HTML/CSS

I’m building my product landing page on Visual Studio Code for the Responsive Web Design Certification. I downloaded all the logos and images I need (I do to be able to work completely offline because the internet isn’t reliable where I live)
How do call a local file on my CSS and HTML? (for example to set it has a background image in CSS or Company logo in html with attribute)
I’ve tried background: url('../img/parallax_background_clouds_2.jpg'); and such but non works. I use a windows 10 machine.

1 Install an easy to go plugin for files and then use it
2 make a new project folder and neatly arange all your files then link them
3 store your images somewhere online and make sure they can be reached and simply link the files
U can join:


for more help. Link will expiere in 1 day since im not trying to advertise anything here
1 Like

thanks alot. I’ll try those