tor-browser

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

time-reset-button-right-aligned-ref.html (310B)


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