blob: 16868560a7e1b23d7acdbb38a7c3f4de9ef4f2e5 [file]
<style>
.target {
width: 100px;
height: 100px;
contain: paint;
background: blue;
opacity: 0.5;
}
</style>
<div class="target"></div>