blob: bf5f0c2f96c2eac2629ef3f692b88f17360f3090 [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(100px, 100px, 90px);
}
</style>
</head>
<body>
<div>
</body>
</html>