Answers for "hoq to set an image as a bacgkround in css"

CSS
5

how to change background image in html

<style>
div {
  background-image: url('img_girl.jpg');
}
</style>
Posted by: Guest on July-24-2020
17

background image css

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

Code answers related to "hoq to set an image as a bacgkround in css"

Browse Popular Code Answers by Language