tor-browser

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

time-reset-button-right-aligned.html (368B)


      1 <!DOCTYPE html>
      2 <html>
      3  <body>
      4    <input type="time" value="10:00" style="width: 150px; float: right;
      5                                            color: white;">
      6    <!-- div to cover the left area -->
      7    <div style="display:block; position:absolute; background-color:black;
      8                top:0px; right:30px; width:500px; height:100px;"></div>
      9  </body>
     10 </html>