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