blob: 94481ebecfca4c650ab5fa81783cf08c791a15f3 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="fuzzy" content="maxDifference=0-150;totalPixels=2300-2350" />
<style>
#back {
width: 500px;
height: 500px;
background-color: green;
}
#front {
width: 300px;
height: 300px;
background-color: red;
border: 50px solid blue;
padding: 50px;
-webkit-mask-image: url("resources/circle.png");
-webkit-mask-size: 100px;
-webkit-mask-repeat: space space;
-webkit-mask-origin: content-box;
-webkit-mask-clip: content-box;
}
</style>
</head>
<body>
<div id="back">
<div id="front" />
</div>
</body>
</html>