blob: 5197c9c1bb773f3d3e71e9ad34612af1cc1ffd49 [file] [log] [blame]
<head>
<style>
div {
border: 10px double #000000;
padding: 10px;
background: url('resources/flower.jpg');
-webkit-background-size: 25% auto;
background-position: center left;
-webkit-background-origin: padding-box;
}
</style>
</head>
<body>
<div style="width:500px; height:500px;"></div>
</body>