blob: 1006994198f905f56810aef222a78e532d413f29 [file] [log] [blame] [edit]
<!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: 123px 100px;
background-repeat: repeat;
background-origin: border-box;
background-clip: border-box;
}
</style>
</head>
<body>
<div/>
</body>
</html>