Answers for "background of html page"

CSS
124

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
1

background body html

<body backgroun="">
  <p> Hi </p>
</body>
Posted by: Guest on August-24-2021

Code answers related to "background of html page"

Browse Popular Code Answers by Language