tor-browser

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

sticky-subgrid-item-ref.html (178B)


      1 <!doctype html>
      2 <meta charset="utf-8">
      3 <title>sticky inside subgrid</title>
      4 <style>
      5 body { margin: 0 }
      6 div {
      7  border: 10px solid orange;
      8  height: 400px;
      9 }
     10 </style>
     11 <div></div>