blob: 2f59694c684a66233c7052198c3664cd6f6dd0c1 [file] [log] [blame]
<!DOCTYPE html>
<style>
.green-box {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<div class="green-box"></div>
</body>