I'm trying to run my project with a background image as follows:
The image is in the path:
webapp / resources / libimagens / bg.png
The CSS file is in the path:
webapp / resources / libcss / style.css
Within the body{}
tag in CSS I've done it the way below, but it did not work.
background-image: url(../libimagens/bg.png)
Thank you to anyone who has a solution.