tor-browser

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

495385-5-ref.html (436B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4 <style>
      5 body > div { border:1px solid black; margin:1em; }
      6 div:first-line { color:green; }
      7 div:first-letter { color:lime; }
      8 .f:first-letter { float:left; }
      9 </style>
     10 </head>
     11 <body>
     12  <div>Hello<br>Kitty</div>
     13  <div class="f">Hello<br>Kitty</div>
     14  <div>Hello<br>Kitty</div>
     15  <div class="f">Hello<br>Kitty</div>
     16  <div>Hello Hello<br>Kitty</div>
     17  <div class="f">Hello Hello<br>Kitty</div>
     18 </body>
     19 </html>