tor-browser

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

vertical-centering.html (299B)


      1 <!DOCTYPE html>
      2 <style>
      3  @font-face {
      4    font-family: "Ahem";
      5    src: url(../../fonts/Ahem.ttf);
      6  }
      7  select {
      8    -moz-appearance: none;
      9    border: none;
     10    font: 20px/1 Ahem;
     11    box-sizing: content-box;
     12    height: 40px;
     13    padding: 0;
     14  }
     15 </style>
     16 <select>
     17  <option>X</option>
     18 </select>