Answers for "how to set background image in container in html div"

CSS
1

how to add background image in a container css

body {
  background-image: url('../folder that the img is in/bg-img.jpg or png');
}
Posted by: Guest on July-02-2020

Code answers related to "how to set background image in container in html div"

Browse Popular Code Answers by Language