Css can be declared as below which avoids the repetition in background image.
.background
{
background-image: url(Pictures//backgroundimage.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
}
Css can be declared as below which avoids the repetition in background image.
.background
{
background-image: url(Pictures//backgroundimage.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
}
Share with