print background image css code example
Example 1: how to change background image in css
<style>
body{
background-image: url('img_girl.jpg');
}
</style>
Example 2: css print has background graphics
/*
This forces browsers to use background colors when user prints a web page.
Even if they have Print Options Background Graphics turned off.
Default value Economy
Browser Support See
https://developer.mozilla.org/en-US/docs/Web/CSS/color-adjust
*/
color-adjust: exact;
-webkit-print-color-adjust: exact;