I have 2 folders, img and css. I have a section in css where I have added a background image. But i can't access the img folder from the css folder. Thanks in advance.
height: 100%;
background: #e74c3c url('img/lib2.jpg') 50% 50%;
background-size: cover;
screenshot: