Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.box {
width: 100px;
height: 100px;
background-color: rgb(100, 100, 0);
}
</style>
<body>
<div class='box'></div>
</body>