ruby-base-different-size-ref.html (538B)
1 <!DOCTYPE html> 2 <html lang="ja"> 3 <meta charset="UTF-8"> 4 <title>CSS Ruby Reference</title> 5 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 6 <link rel="author" title="Mozilla" href="https://www.mozilla.org"> 7 <link rel="stylesheet" href="/fonts/ahem.css"> 8 <style> 9 body { 10 font: 16px/1 Ahem; 11 padding: 32px 0; 12 } 13 p { 14 margin: 0; 15 border: 5px solid blue; 16 } 17 ruby { 18 ruby-align: center; 19 font-size: 32px; 20 } 21 rt { 22 font-size: 8px; 23 } 24 .b { 25 font-size: 16px; 26 } 27 </style> 28 <p><ruby><rb>X<rb class="b">X<rt>x<rt>x</ruby></p>