Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
#container {
position: relative;
width: 200px;
height: 200px;
transform: scale(1.1);
}
#backdropfilter {
background: black;
position: relative;
width: 100%;
height: 100%;
}
</style>
<div id=container>
<div id=backdropfilter></div>
</div>