Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>CSS Test Reference</title>
<style>
body { margin: 0; }
.test { display: inline-block; }
#case1 {
width: 661px;
height: 445px;
clip-path: inset(50.25px 74.64px round 255.86px 255.86px 0px 0px / 172.25px 172.25px 0px 0px);
}
.inner {
background: green;
height: 100%;
}
</style>
<div class="test" id="case1"><div class="inner"></div></div>