tor-browser

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

grid-gap-010-ref.html (403B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3  <meta charset="utf-8">
      4  <title>CSS Grid Test: Subgrids with empty tracks and column gap</title>
      5  <link rel="author" title="Matt Woodrow" href="mailto:mattwoodrow@apple.com">
      6  <link rel="help" href="https://drafts.csswg.org/css-grid-2">
      7 </head>
      8 <body>
      9 <div style="width:100px; height: 100px; background-color: blue; position:relative; left:50px;"></div>
     10 </body>
     11 </html>