tor-browser

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

viewport-scrollbar-body-frame.html (221B)


      1 <!DOCTYPE html>
      2 <meta charset="UTF-8">
      3 <style>
      4 body {
      5  scrollbar-color: yellow blue;
      6 }
      7 html, body {
      8  margin: 0;
      9  padding: 0;
     10 }
     11 #inner {
     12  width: 400px;
     13  height: 400px;
     14 }
     15 </style>
     16 <body>
     17 <div id="inner"></div>
     18 </body>