background image and elements on it
问题 I need to put some elements on picture: What is better approach ? use img tag and align all elements on page with relative/absolute positioning ? or use background-image css property ? I've started with img tags but now I've decided for background-image. Sadly I'm suffering with basic problems, as when I'm using background property, image is only visible when there is something on it. I believe that is very simple problem, still. Thank you for helping me out :) SCSS header { margin-top: 78px;