blob: f26f5be35a3249613e9c4fe467c57b307ef653f5 [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: 106px auto;
background-repeat: round repeat;
background-origin: border-box;
background-clip: border-box;
}
</style>
</head>
<body>
<div/>
</body>
</html>