I have this code
<div id="page-wrapper" style="background-image: url(//localhost/xampp/moodle-rds-newest/kbeams/pluginfile.php/1/theme_space/loginbg/1624365793/Web%20edu%20V8-41.png); background-size: cover; background-attachment: fixed; background-repeat: no-repeat;" data-login="bg">
I would like to flip only the background image not the whole site. Because the CSS takes all the div and it implements the flip to every child element. Is there any way to include the css on the specific div for just the background image and to only flip the background image without flipping the whole page?