tor-browser

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

unit-rem-div-width-outer.html (219B)


      1 <style>
      2 :root { font-size: 20px }
      3 body { font-size: 25px }
      4 div {
      5  font-size: 30px;
      6  width: 15rem;
      7 }
      8 #a {
      9  border-bottom: 1px solid #f00;
     10 }
     11 </style>
     12 
     13 <body>Level 1<div id=a>Level 2<div id=b>Level 3</div></div></body>