Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.container {
width: 100px;
height: 100px;
background-color: green;
clip-path: inset(0 50% 0 0 round 8px);
}
</style>
<body>
<div class="container"></div>
</body>
</html>