I've been attempting to customize the background image on my website with Bootstrap 5, but unfortunately, it's not appearing as intended.
My approach has been using external CSS to define the background image, however, the code I'm using is:
body {
background-image: url(images/bgr.jpeg);
}
I would greatly appreciate any advice on how to successfully set the background image for my website. Thank you!