1193519-sideways-lr-decoration-1-ref.html (347B)
1 <!DOCTYPE html> 2 <div style="width:300px; 3 height:300px; 4 text-align:center; 5 line-height:150px; 6 transform:rotate(-90deg);"> 7 <span style="text-decoration:underline;">under</span> 8 <span style="text-decoration:overline;">over</span> 9 <span style="text-decoration:line-through;">through</span> 10 </div>