tor-browser

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

abspos-negative-margin-001-ref.html (291B)


      1 <!DOCTYPE html>
      2 <style>
      3 div {
      4  font-size: 10px;
      5  line-height: 1;
      6 }
      7 .blue {
      8  display: inline-block;
      9  vertical-align: bottom;
     10  width: 10px;
     11  height: 10px;
     12  background: blue;
     13 }
     14 </style>
     15 <body>
     16  <div>x<span class="blue"></span></div>
     17  <div>x<br><span class="blue"></span></div>
     18 </body>