I am trying to set the background image of my app with CSS, using this as a guide CSS: background-image url- what folder do I use?. I have stored/uploaded the image into my app’s assets as bg.jpg. I have a custom html form and I have this as the content:
When I run my app, I see nothing. Assuming this worked, it would only change the background image of this particular page. I have also tried modifying theme.css file in my assets to change the background of all the pages in my app by inserting the above css code into it. It didn’t work either.
Please I need help on how to fix this. Thanks in advance.