blob: 09ef63b92ee12aac0180bb50fe0e767c06ab7922 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.box {
width: 300px;
height: 300px;
background-color: blue;
}
.clipped {
-webkit-clip-path: inset(0 50px);
}
</style>
</head>
<body>
<div class="clipped box"></div>
</body>
</html>