<html lang="en"> | |
<head> | |
<style> | |
.composited { -webkit-transform: rotate3d(0, 0, 1, 30deg); } | |
.test { | |
height: 200px; | |
width: 260px; | |
background-image: url(../resources/simple_image.png); | |
background-size: cover; | |
} | |
</style> | |
</head> | |
<body> | |
<div class="test"></div> | |
</body> | |
</html> |