tor-browser

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

context-fill-or-stroke-05-ref.html (214B)


      1 <html>
      2 <head>
      3  <style>
      4 
      5 div {
      6  width: 100px;
      7  height: 100px;
      8  display: inline-block;
      9 }
     10 
     11  </style>
     12 </head>
     13 <body>
     14  <div style="background: blue"></div>
     15  <div style="background: yellow"></div>
     16 </body>
     17 </html>