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