Background image not showing css
Here is the right syntax of using the background image in css.

body {
background-image: url("your_image.jpeg");
}
Sometimes you will get errors when you will have any syntax errors. Let say you can misspell the image path of your background image in url property.
So please double check that you need to have the right syntax to use “background image property”