Background image not loading? Help #noob

so I want there to be a background image on my sign-in page and i put that inside of a cover css class but its not loading
1 Reply
gle
gle14mo ago
update: i just checked my console and im getting this error: to load resource: 000/images/bg.png:1 Failed to load resource: the server responded with a status of 404 (Not Found) bg i fixed it!
Make sure that you have the bg.png file inside the public/images folder in your project directory. The folder structure should look like this:
Make sure that you have the bg.png file inside the public/images folder in your project directory. The folder structure should look like this:
- public - images. -bg.png