blob: 92a8a462024b7532a2eb5be0823d0a5d4eeddef3 [file] [log] [blame]
<style>
html {
background: gray;
}
body {
position: relative;
background: silver;
}
div {
position: absolute;
z-index: -1;
transform: translateZ(0);
}
.green {
background-color: green;
width: 200px;
height: 200px;
}
</style>
<body>
<div class="green"></div>
<div></div>