blob: 5d59d7159a75f7771325dd8a8379ad04ec6dab8b [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
.box {
width: 700px;
height: 500px;
padding: 100px;
box-sizing: border-box;
background-image: url('../images/resources/red-green-blue-900-300.png');
background-size: contain;
background-origin: content-box;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>