blob: 1aa3457d8b69753e3e5d3bcdf3786ba799bb525c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: black;
transform: translate(100px, 50px) rotate(30deg);
}
</style>
</head>
<body>
<div></div>
</body>
</html>