blob: f4ccc67407115b75eb369ac29ad2cce86d1e60f6 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta name="fuzzy" content="maxDifference=0-60; totalPixels=0-310">
<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: padding-box;
}
</style>
<body>
<div class="clip"></div>
</body>