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