Answers for "adding backroud imageto container in html"

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

Browse Popular Code Answers by Language