<!DOCTYPE html>
<style>
div {
background-color: white;
width: 100px;
height: 100px;
}
</style>
<body>
<div></div>
<div style="filter: blur(0.1px)"></div>
</body>
<!DOCTYPE html>
<style>
div {
background-color: white;
width: 100px;
height: 100px;
}
</style>
<body>
<div></div>
<div style="filter: blur(0.1px)"></div>
</body>