text-box-trim-float-start-001-ref.html (299B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 3 <style> 4 .float { 5 float: left; 6 width: 100px; 7 height: 50px; 8 background: yellow; 9 } 10 .text { 11 margin-top: 100px; 12 font: 50px/1 Ahem; 13 } 14 </style> 15 <div> 16 <div class="float"></div> 17 <div class="text">A</div> 18 </div>