blob: e47a83e393b77657869eceb7786bbf3e61ae4b07 [file] [log] [blame]
<!DOCTYPE html>
<style>
.box {
width: 100px;
height: 10000px;
}
.container {
width: 50px;
height: 50px;
background-color: rgb(100, 100, 0);
}
</style>
<body>
<div class='box'></div>
<div class='container'></div>
</body>