blob: bc94f05eb8a24a8acb84f64956f6dde0782c4fdb [file] [log] [blame]
<!DOCTYPE html>
<style>
.clip {
width: 100px;
height: 100px;
padding: 20px;
border: 20px solid rgba(0, 0, 0, 0);
border-radius: 50px;
margin: 20px;
background-color: blue;
-webkit-clip-path: inset(20px round 30px);
}
</style>
<body>
<div class="clip"></div>
</body>