Currently, I am working on an app with Ionic, but unfortunately, the background image is not showing despite all my efforts. I have gone through various solutions provided in previous questions, but none of them seem to work for me. Here is the CSS I am using:
body {
background-image: url("img/national day.png");
display:block;
position:absolute;
min-height: 100%;
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center;
width: 100%;
height: 100%;
margin: auto;
/*position: relative;*/
}
I am certain that the path is correct because it appears in the frames when I debug using Chrome. There is an img file in the css directory. But for some reason, the picture is still not appearing. Check out the fiddle here: https://jsfiddle.net/y04jpe0h/