tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

padding-border-margin-006-ref.html (549B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8"/>
      3 <title>Padding/border/margin on mroot (reference)</title>
      4 <style>
      5  @font-face {
      6    font-family: RadicalFont;
      7    src: url("/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff");
      8  }
      9  mroot {
     10    font-family: RadicalFont;
     11  }
     12 </style>
     13 <math>
     14  <mrow style="border: 30px solid blue; padding: 20px;">
     15    <mroot style="color: gray">
     16      <mspace width="120px" height="60px" depth="60px"></mspace>
     17      <mspace width="30px" height="15px" depth="15px"></mspace>
     18    </mroot>
     19  </mrow>
     20 </math>