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