tor-browser

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

348516-2-notref.html (197B)


      1 <html><head>
      2 
      3 <style>
      4 
      5 select {
      6    width: 200px;
      7 }
      8 option {
      9    padding: 0;
     10    background-color: cyan;
     11 }
     12 </style></head><body>
     13 
     14 <select size="3">
     15 <option>left</option>
     16 </select>
     17 
     18 </body></html>