Answers for "how to add background image in a div container with help of css"

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 add background image in a div container with help of css"

Browse Popular Code Answers by Language