tor-browser

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

text-box-trim-float-clear-br-003-ref.html (427B)


      1 <!DOCTYPE html>
      2 <style>
      3 @import "support/MetricsTestFont.css";
      4 
      5 .spacer {
      6  margin-top: -10px;
      7  background: lightgray;
      8  block-size: 100px;
      9 }
     10 .target {
     11  font-family: MetricsTestFont;
     12  font-size: 100px;
     13  line-height: 1;
     14 }
     15 .float {
     16  float: left;
     17  width: 100px;
     18  height: 90px;
     19  background: yellow;
     20 }
     21 .clear { clear: both; }
     22 </style>
     23 <div class="float"></div>
     24 <div class="target">
     25  ApÉx
     26 </div>
     27 <div class="spacer"></div>