Source code

Revision control

Copy as Markdown

Other Tools

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