how to change page background picture in css code example
Example: how to change background image in css
<style>
body{
background-image: url('img_girl.jpg');
}
</style>
<style>
body{
background-image: url('img_girl.jpg');
}
</style>