floats-line-wrap-shifted-001-ref.html (259B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 font-size: 10px; 5 width: 12ch; 6 line-height: 1; 7 background: yellow; 8 } 9 .float { 10 width: 12ch; 11 height: 1em; 12 background: orange; 13 } 14 </style> 15 16 <body> 17 <div> 18 1111<br> 19 2222 3333 20 <div class="float"></div> 21 </div> 22 23 </body>