tor-browser

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

cssbox-ref.html (217B)


      1 <!DOCTYPE html>
      2 
      3 <style>
      4 #target {
      5    width: 200px;
      6    height: 150px;
      7    margin-left: 100px;
      8    margin-top: 100px;
      9    background-color: green;
     10    border-top: solid 50px black;
     11 }
     12 </style>
     13 
     14 <div id="target"></div>