Hey there! I'm in the process of replicating the HBO login page without functional links, but for some reason, the background image isn't loading properly. I suspect it might be an issue with resizing the image, but I can't pinpoint the exact cause as the background appears white instead of displaying the image.
All my images are stored in the public/images folder, and I reference the background image in my CSS code like this:
background: url('./public/images/tile.jpeg');
}
However, this is what's currently being displayed sample hbo