7 lines
225 B
HTML
7 lines
225 B
HTML
<!doctype html>
|
|
<title>CSS Test Reference</title>
|
|
<div style="writing-mode: vertical-lr">
|
|
<div style="display: inline-block">
|
|
<img style="width: 100px; max-height: 100%;" src="/images/green-100x50.png">
|
|
</div>
|
|
</div>
|