blob: 1781f2f7b9a25173affeeeb3785e7c9ed97b299d [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 180px;
height: 180px;
background-color: green;
border: 10px solid black;
-webkit-clip-path: inset(0 round 100px);
}
</style>
</head>
<body>
<div>
</body>
</html>