blob: 9c768de69f08f8debe8a671c452936ed352fc4e7 [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: 70px 40px;
background-repeat: round;
background-origin: content-box;
background-clip: content-box;
}
</style>
</head>
<body>
<div/>
</body>
</html>