Folder StrucThis is so simple, but nothing is working for me. I am trying to have a background of a local picture I own. I have read a bunch of other sites, and no one is consistent. I have tried every combo of ../ or ./ or file/// or someone even said web/port_back. Half include "" within the () and half don't. Tried every combo with that. Cleared my cache data constantly just in case that has affected it.
My Image is located /Portfolio/port_back.JPG and My css is located /Portfolio/static/index_app/index.css
CSS:
body {
background-image: url("../../port_back.jpg");
/* background-repeat: no-repeat; */
background-size: cover;
}