tor-browser

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

marker-animate-002-ref.html (112B)


      1 <!doctype html>
      2 <meta charset=utf-8>
      3 <style>
      4 li::marker {
      5  color: green;
      6 }
      7 </style>
      8 <ul>
      9  <li>Item</li>
     10 </ul>