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