Answers for "how to change background image with css"

2

how to change background image in css

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

adding background image

body{background-image: url("paper.gif");}
Posted by: Guest on June-28-2020

Code answers related to "how to change background image with css"

Browse Popular Code Answers by Language