tor-browser

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

marker-content-001-ref.html (338B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset="utf-8">
      5 <title>CSS Reference: ::marker pseudo elements styled with 'content' property</title>
      6 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
      7 <style>
      8 span { font-size: 32pt; }
      9 </style>
     10 </head>
     11 <body>
     12 <ol><li></li><li>B</li><li><span>C</span></li></ol>
     13 </body>
     14 </html>