tor-browser

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

1053035-1-grid.html (242B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <style>
      5    body {
      6      display: grid;
      7      background: yellow;
      8      overflow: scroll;
      9      border: 1px solid black;
     10      width: 100px;
     11      height: 100px;
     12    }
     13  </style>
     14 </head>
     15 <body>
     16 </body>
     17 </html>