tor-browser

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

box-shadow-combobox.html (114B)


      1 <select size="1" style="box-shadow: 10px 10px gold;">
      2  <option>Hello</option>
      3  <option>Kitty</option>
      4 </select>