tor-browser

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

test-style.css (342B)


      1      #test01, #test02, #test03{
      2        width: 50px;
      3        height: 50px;
      4        text-align:center;
      5        font-size: 20px;
      6      }
      7      #test{
      8        background: #ff0000;
      9      }
     10      #test01{
     11        background: #7FFF00;
     12      }
     13      #test02{
     14        background: #00FFFF;
     15      }
     16      #test03{
     17        background: #4169E1;
     18      }