Source code

Revision control

Copy as Markdown

Other Tools

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