tor-browser

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

1179078-1.html (253B)


      1 <!DOCTYPE html>
      2 <style>
      3 p {
      4  border: 2px solid transparent;
      5  border-image: linear-gradient(to right, orange, blue) 1 1;
      6  border-image: linear-gradient(to right, garbage) 1 1;
      7 }
      8 </style>
      9 <p>This paragraph must have an orange/blue gradient border.</p>