blob: 79c6538829d58fc74c48d46c6e31fb68e85fdc4b (
plain)
1
2
3
4
|
<!doctype HTML>
<div style="transform: translateX(300px); width: 300px; height: 300px; background: lightblue">
<div style="width: 200px; height: 200px; background: lightgray"></div>
</div>
|