tor-browser

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

556661-1-ref.html (481B)


      1 <!doctype html>
      2 <html><head><title>Dynamic manipulation of !important</title>
      3 <style>
      4 div { float: left; width: 50px; height: 50px; margin: 5px;
      5      background-color: green }
      6 div#control { width: 230px }
      7 p { clear: left }
      8 </style>
      9 <body>
     10 <div></div>
     11 <div></div>
     12 <div></div>
     13 <div></div>
     14 <p></p>
     15 <div></div>
     16 <div></div>
     17 <div></div>
     18 <div></div>
     19 <p></p>
     20 <div id="control"></div>
     21 <p>There should be two rows of four green squares and one solid green
     22   bar above.</p>
     23 </body>
     24 </html>