blob: c5c53cc803ca56da776bd82509614f5887780e4b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
font-family: Roboto;
}
div {
display: inline-block;
transform: scale(0.75) translateX(100px) translateY(50px);
}
</style>
</head>
<body>
AaA
<div>
BbB
<div>
CcC
</div>
DdD
</div>
</body>
</html>