abs-in-ruby-base-ref.html (371B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Reference</title> 4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org"> 5 <link rel="stylesheet" href="/fonts/ahem.css"> 6 <style> 7 .rel { position: relative; } 8 .abs { position: absolute; left: 0; top: -1em; } 9 </style> 10 <body style="font: 50px/3 Ahem"> 11 X<span class="rel"><span class="abs">X</span></span>