This is my file structure. When i type code like these
background: url("../../images/bg-pattern-desktop.svg");
background: url("./../../images/bg-pattern-desktop.svg");
browsers don't load image but when i type like this
background: url("dummy-text/../../images/bg-pattern-desktop.svg");
the image is loaded.
Also when i follow the codes that don't work in the browser in vscode, vscode gets me to the right place.
