Quantcast
Viewing all articles
Browse latest Browse all 3

Answer by Sinto for css background images are not showing in chrome but working on atom live server

Instead of

background-image:url('../images/img1.jpeg');

Use: background-image:url('images/img1.jpeg');

Your CSS file is in \Documents\myapp\style.css and image file inside \Documents\myapp\images, From CSS file you do not have to go back to parent folder using ../


Viewing all articles
Browse latest Browse all 3

Trending Articles