Well, my question is very simple, how can I put a background image? and trying in various ways since css what I found but still nothing!
My route would be: www/img/fondos/newalgas.svg
Well, my question is very simple, how can I put a background image? and trying in various ways since css what I found but still nothing!
My route would be: www/img/fondos/newalgas.svg
To put a background image you must declare a class css and give it the property background-image:
background-image: url('../img/newalgas.svg')
One way that worked for me was the img tag:
<img src="img/fondos/newalgas.svg">