If you check inspect element under body
There is an background image under css but not show on the page.
body {
background-image: url("background.png");
}
If you check inspect element under body
There is an background image under css but not show on the page.
body {
background-image: url("background.png");
}