tor-browser

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

float-with-line-after-spanner.html (564B)


      1 <!DOCTYPE html>
      2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
      3 <link rel="help" href="https://www.w3.org/TR/css-multicol-1/#spanning-columns">
      4 <link rel="match" href="float-with-line-after-spanner-ref.html">
      5 <p>The word 'PASS' should be seen below, inside a blue square.</p>
      6 <div style="columns:1; font-size:50px; width:225px; line-height:60px; color:white; background:blue;">
      7  <div style="float:left; padding-top:165px;">PASS</div>
      8  <div style="height:65px;"></div>
      9  <div style="column-span:all;"></div>
     10  <div></div>
     11 </div>