blob: 517e78d9f55744f6a7998bce6a19920087861509 [file] [log] [blame]
<!DOCTYPE html>
<style>
.clip {
width: 140px;
height: 140px;
background-color: green;
padding: 10px;
margin: 20px;
}
</style>
<body>
<div class="clip"></div>
</body>
</html>