Source code

Revision control

Copy as Markdown

Other Tools

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