Answers for "how to create background img in css"

CSS
4

make image background of div

background-image: url("photographer.jpg");
Posted by: Guest on April-03-2020
17

background image css

html,body {
  background-image: url("your.picture");
}
Posted by: Guest on April-25-2020

Browse Popular Code Answers by Language