tor-browser

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

screen-animations-ref.html (149B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <title>Static CSS animation</title>
      4 <style>
      5 
      6 p {
      7  color: blue;
      8 }
      9 
     10 </style>
     11 <p>blue with animation support; olive without</p>