Home » FAQ » ASP.NET » CSS Styles and Themes » How the repetition of the background images can be avoided?
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; }
Platform BlazorASP.NETWinFormsWPF.NET MAUI
Question *
Answer (Optional)
Email (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with