tor-browser

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

style.css (286B)


      1 #parent {
      2  position: relative;
      3  width: 400px;
      4  height: 400px;
      5  background: red;
      6  border: 0 solid black;
      7 }
      8 #child {
      9  position: absolute;
     10  width: 100px;
     11  left: 100px;
     12  background: blue;
     13  border: 0 solid black;
     14 }
     15 .floatTop {
     16  width: 10px;
     17  height: 10px;
     18  background: green;
     19 }