blob: 3e7032335e006b1436394c7df2d9fa9bba144bd3 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div
{
width: 800px;
height: 400px;
padding: 50px;
border: 50px solid transparent;
background-image: url(resources/circle.png);
background-size: 90px 83px;
background-repeat: repeat;
background-origin: padding-box;
background-clip: padding-box;
}
</style>
</head>
<body>
<div/>
</body>
</html>