tor-browser

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

background-size-cover-svg-ref.html (468B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <title>CSS Background Test Reference</title>
      5  <link rel="author" title="schenney" href="mailto:schenney@chromium.org">
      6  <style>
      7    div {
      8      height: 400px;
      9      width: 600px;
     10      position: relative;
     11      background-color: red;
     12      background-repeat: repeat;
     13      background-position: bottom center;
     14      background-image: url("../support/50x50-green.png");
     15    }
     16  </style>
     17 </head>
     18 
     19 <body>
     20  <div></div>
     21 </body>
     22 </html>