blob: e6580fa09f5db581448fd52bb8e5d9cbbc296ae0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.landing {
width: 300px;
overflow: hidden;
border: 1px solid black;
}
.contents {
height: 300px;
background-color: gray;
}
</style>
</head>
<body>
<div class="landing">
<div class="contents">
</div>
</div>
</body>
</html>