Answers for "css changing background 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

Browse Popular Code Answers by Language