Answers for "set page background html"

CSS
125

css background image

background-image: url("image.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
Posted by: Guest on April-07-2020
5

html how to change background color

<body style="background-color:powderblue;">
<p style="background-color:tomato;">This paragraph has a red background.</p>
</body>
Posted by: Guest on September-04-2020
0

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 "set page background html"

Browse Popular Code Answers by Language