5 html { writing-mode: vertical-rl; }
10 <p>The following image should have uniform padding around all sides.
</p>
13 <div style=
"width: 150px; float: left; background: yellow; padding: 5px;">
14 <div style=
"width: 100%">
15 <!-- 32x32 blue image -->
16 <img style=
"width: 100%" src=
"data:image/png; charset=binary;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAIAAAD8GO2jAAAAAXNSR0IArs4c6QAAAChJREFUSMftzUEBAAAEBLCjf2dK8NsKrJLJp84zgUAgEAgEAoFAcGUBocYBP+pqhN4AAAAASUVORK5CYII=">
20 <p style=
"clear:left">Note that if you zoom the page after it loads
21 it fixes the problem by causing a reflow.
</p>