blob: ab0264c88b9f9f9c920d1e120451d915a14b7e1e [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 200px;
height: 200px;
background-color: green;
border: 20px solid black;
-webkit-clip-path: circle(130px at 130px 130px);
}
</style>
</head>
<body>
<div><div>
</body>
</html>