blob: 8ca6fc65f9566ce76723270a4c768eefc289383c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.clipper {
display: inline-block;
margin: 2px;
height: 100px;
width: 100px;
overflow: hidden;
border: 1px solid black;
}
img {
height: 1100px;
width: 1100px;
}
.backgrounder {
height: 1100px;
width: 1100px;
background-image: url('resources/grid-small.png');
background-size: 100%;
}
</style>
</head>
<body>
<div class="clipper">
<img src="resources/grid-small.png" width="11" height="11">
</div>
<div class="clipper">
</div>
<div class="clipper">
</div>
<div class="clipper">
<div class="backgrounder"></div>
</div>
<div class="clipper">
</div>
<div class="clipper">
</div>
</body>
</html>