tor-browser

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

562835-ref.html (625B)


      1 <!DOCTYPE HTML>
      2 <title>Fonts and margins of HTML headers</title>
      3 <style type="text/css">
      4 
      5 body > div { border: medium solid blue }
      6 body > div > div { font-weight: bold }
      7 
      8 </style>
      9 
     10 <div><div style="font-size: 2.00em; margin: 0.67em 0">Level 1</div></div>
     11 <div><div style="font-size: 1.50em; margin: 0.83em 0">Level 2</div></div>
     12 <div><div style="font-size: 1.17em; margin: 1.00em 0">Level 3</div></div>
     13 <div><div style="font-size: 1.00em; margin: 1.33em 0">Level 4</div></div>
     14 <div><div style="font-size: 0.83em; margin: 1.67em 0">Level 5</div></div>
     15 <div><div style="font-size: 0.67em; margin: 2.33em 0">Level 6</div></div>