Live Chat Icon For mobile
Live Chat Icon

How the repetition of the background images can be avoided?

Platform: ASP.NET| Category: CSS Styles and Themes

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

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.