ruby-annotation-pairing-001-ref.html (606B)
1 <!DOCTYPE html> 2 3 <meta charset="UTF-8"> 4 5 <title>CSS Reference File</title> 6 7 <link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/"> 8 <link rel="stylesheet" href="/fonts/ahem.css"> 9 10 <style> 11 div 12 { 13 font-family: Ahem; 14 font-size: 60px; 15 line-height: 1; 16 } 17 18 div.annotation 19 { 20 font-size: 30px; 21 margin-top: 60px; 22 text-indent: 15px; 23 } 24 </style> 25 26 <div class="annotation">A</div> 27 28 <div>W Z</div> 29 30 <div class="annotation">A</div> 31 32 <div>W Z</div> 33 34 <div class="annotation">A</div> 35 36 <div>W Z</div>