Hi Ikhwan
Try placing a ‘img’ folder in your ‘{projectname}/theme/web folder like this:
Add the picture to the img folder and use this css code:
background-image: url('img/{yourPicture}.png');
It worked for me, I hope it does for you.
Thanks! it also works for me.