blob: 23461f04cef5e7338a0aba65f353d09ebb7048cf [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 200px;
height: 200px;
background-color: green;
-webkit-filter: blur(5px);
-webkit-clip-path: circle(90px at 100px 100px);
}
</style>
</head>
<body>
<div>
</body>
</html>