blob: 3a4ee61ef82b87cec33954c522cddc1da87dfb06 [file] [log] [blame]
<!DOCTYPE html>
<style>
.box {
height: 200px;
width: 200px;
border: 1px solid black;
background-repeat: no-repeat;
background-size: 100px 100px;
background-position: 0 0, 100px 100px;
background-image: url('../../../images/resources/green-256x256.jpg'), url('../../../images/resources/dice.png');
transform: translate3d(50px, 50px, 0);
}
</style>
<div id="test" class="box">
</div>