Let's imagine this is the folders structure:
Resources
Limages
Lyour_image.png
css
Lstyle.css
First of all, don't forget to do npm run build or npm run dev.
Write the relative path to the image from your css (no quotes needed). In this example:
body {
background-image: url(../images/your_image.png);
}
パスの関係図