Answers for "set image as background of a div 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

Code answers related to "set image as background of a div css"

Browse Popular Code Answers by Language