tor-browser

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

input-text-base-appearance-rendering-ref.html (173B)


      1 <!DOCTYPE html>
      2 <div>value</div>
      3 <style>
      4 body {
      5  font-family: monospace;
      6  background-color: black;
      7  color: green;
      8 }
      9 div {
     10  width: 150px;
     11  border: 1px solid;
     12 }
     13 </style>