blob: e6fa24cc3b83b8c81b0db1e9ae65e533eb61eb16 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
.container {
width: 80px;
height: 80px;
background-color: green;
overflow: hidden;
}
</style>
</head>
<body>
<div class="container"></div>
</body>
</html>