tor-browser

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

time-small-width.html (369B)


      1 <!DOCTYPE html>
      2 <html>
      3  <head>
      4    <style>
      5 input {
      6  width: 10px;
      7  height: 1.5em;
      8  outline: 1px dotted black;
      9  color: white;
     10  background: white;
     11  /* Disable baseline alignment, so that our y-position isn't influenced by the
     12   * choice of font inside of input: */
     13  vertical-align: top;
     14 }
     15    </style>
     16  </head>
     17  <body>
     18    <input type="time">
     19  </body>
     20 </html>