blob: 4ad7e66c65444e04b9d420091d7acd61465b1c52 [file] [log] [blame]
<style>
html {
background: gray;
}
body {
background: silver;
}
div {
position: absolute;
z-index: -1;
}
.green {
background-color: green;
width: 200px;
height: 200px;
}
</style>
<body>
<div class="green"></div>
<div></div>