tor-browser

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

multicol-list-item-005.html (490B)


      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/">
      4 <link rel="match" href="multicol-list-item-005-ref.html">
      5 <div style="display:list-item; columns:2; column-gap:20px; width:320px; margin:50px;">
      6  <div style="height:100px;"></div>
      7  <div style="column-span:all; height:50px;"></div>
      8  <div style="column-span:all; height:50px;">&larr; Marker here.</div>
      9  Marker NOT here
     10 </div>