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