tor-browser

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

grid-gap-011-ref.html (404B)


      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:200px; height: 100px; background-color: blue; position:relative; left:175px;"></div>
     10 </body>
     11 </html>