Answers for "css change background to an image"

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

Code answers related to "css change background to an image"

Browse Popular Code Answers by Language