Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<style>
.container {
width: 200px;
height: 200px;
background-color: green;
clip-path: shape(from 0% 50%, arc to 100% 50% of 81.5%, arc to 0% 50% of 81.5%);
}
</style>
<body>
<div class="container"></div>
</body>
</html>