Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<title>CSS Test Reference</title>
<style>
body {
margin: 0;
}
div {
width: 100px;
height: 100px;
background: deeppink;
clip-path: inset(80px 0 0 round 8px);
}
</style>
<div></div>