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