tor-browser

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

192767.css (236B)


      1 body > * 
      2 { 
      3  width: 100px;
      4  height: 100px;
      5  overflow: auto;
      6  border: thick solid purple;
      7  margin: 10px; 
      8 }
      9 
     10 body > * > *
     11 { 
     12  margin: 10px; 
     13  border: medium solid green; 
     14  background: yellow;
     15  width: 200px; 
     16  height: 200px;
     17 }