how to use background for website in html code example
Example: how to put background in html
.background{
background-image:url(back.jpg);
background-size: cover;
background-attachment: scroll;
}
.background{
background-image:url(back.jpg);
background-size: cover;
background-attachment: scroll;
}