blob: 0b520a824ee8d9f4d3460e8177e7d4bcf9263e49 [file] [log] [blame]
<style>
#parent {
width: 500px;
height: 200px;
margin: 20px;
background: blue;
border: solid red 20px;
-webkit-clip-path: inset(0 20% 0 50px) border-box;
}
</style>
<div id="parent"></div>