tor-browser

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

grid-self-baseline-vertical-lr-001-ref.html (1076B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel="stylesheet" href="/fonts/ahem.css">
      4 <link rel="stylesheet" href="/css/support/alignment.css">
      5 <link rel="stylesheet" href="/css/support/grid.css">
      6 <style>
      7 body { margin: 0; }
      8 .block {
      9   background: grey;
     10   float: left;
     11   margin: 5px;
     12   text-orientation: sideways;
     13   font-family: Ahem;
     14   line-height: 1;
     15 }
     16 .block > :nth-child(1) { font-size:24px; }
     17 .block > :nth-child(2) { font-size:32px; }
     18 .block > :nth-child(3) { font-size:48px; }
     19 .block > :nth-child(4) { font-size:64px; }
     20 .item {
     21   border-width: 2px 5px 3px 4px;
     22   border-style: solid;
     23   padding: 6px 3px 7px 8px;
     24   margin: 10px 6px 4px 12px;
     25 }
     26 .extraLeftPadding { padding-left: 30px; }
     27 .item { display: inline-block; }
     28 </style>
     29 
     30 <p>1x4 with parallel items.</p>
     31 <div class="block verticalLR"><div class="item">É</div><div class="item">É</div><div class="item">É</div><div class="item">É</div></div>
     32 <div class="block verticalLR"><div class="item extraLeftPadding">É</div><div class="item">É</div><div class="item">É</div><div class="item">É</div></div>