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