Answers for "how can i add background to my website in html"

CSS
1

how to put background in html

.background{
background-image:url(back.jpg);
background-size: cover;
background-attachment: scroll;
}
Posted by: Guest on December-02-2020

Code answers related to "how can i add background to my website in html"

Browse Popular Code Answers by Language