tor-browser

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

border-image-visited-link.html (264B)


      1 <!DOCTYPE HTML>
      2 <title>border-image on link with visited styles</title>
      3 <style>
      4 
      5 :link { color: blue }
      6 :visited { color: purple }
      7 :link, :visited { border: medium solid; border-image: url(blue-32x32.png) 4 4 4 4; }
      8 
      9 </style>
     10 <a href="http://example.com/">test</a>