Answers for "how to imprt a back ground in html . css"

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
0

body background image in html

body {
  background-image: url('img_girl.jpg');
}
Posted by: Guest on December-24-2020

Browse Popular Code Answers by Language