blob: 26882bd23b712067ae80d770d85b123393e3d3d1 [file] [log] [blame]
<!DOCTYPE html>
<style>
.box {
width: 100px;
height: 100px;
background-color: rgb(100, 100, 0);
}
</style>
<body>
<div class='box'></div>
</body>