I'm trying to apply background images to my application, i need to add space between the repeat images, my code is below
#wrapper {
height: auto;
min-height: 100%;
position: relative;
background-image: url(../images/background.png) repeat;
}
i need to apply white space before starting repeat images in CSS. please anyone give me an idea to do this