No luck with
body {
background:#f00 url("../img/ulamgreen.png");
}
in my custom,css at:
dist/css/custom.css
Type: Posts; User: 1885
No luck with
body {
background:#f00 url("../img/ulamgreen.png");
}
in my custom,css at:
dist/css/custom.css
I know this is simple. When I add an image to trhe index.html <style> body { background:#ff0000 url("img/ulamgreen.png"); } </style> all is good.
This is the code for the custom.css. Ho...