I am trying to add a background from an image. The image is in a folder in my project named Images. This is the code I am using but the screen remains white.
background-image:url("/Images/main-background.png");
background-repeat: repeat-x;
any help pls ?