Having an issue with my CSS not displaying correctly. I am new to coding in HTML and CSS and need help getting the image to display full screen. Despite trying everything, it is still not working.
body {
background-image: "/folder/photo.gif";
}
I hope someone can assist me in finding a solution to this problem.