Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style>
.container {
width: 100px;
height: 100px;
background-color: green;
clip-path: ellipse(35% 25% at 25% 50%);
}
</style>
<body>
<div class="container"></div>
</body>
</html>