Answers for "css set background image to div container"

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 "css set background image to div container"

Browse Popular Code Answers by Language