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