Answers for "how to set background imae in html in body tag"

0

body background image in html

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

Code answers related to "how to set background imae in html in body tag"

Browse Popular Code Answers by Language