blob: cbaf7ccb23f11e5f201620d9dcab0541464c036d [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
.layer {
filter: blur(1px);
}
.float {
float: left;
}
</style>
<body>
<div class="layer">
<div>
<div class="float">float</div>
</div>
</div>
</body>