tor-browser

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

958249.html (413B)


      1 <!DOCTYPE HTML>
      2 <html><head>
      3  <meta charset="utf-8">
      4  <title>Bug 958249 test 1</title>
      5  <style>
      6        html,body {
      7            color:black; background-color:white; font-size:16px;
      8        }
      9 
     10 .logo::first-letter {
     11  border:2px solid;
     12 }
     13 
     14 .logo2::first-letter {
     15  float:left;
     16  border:2px solid;
     17 }
     18 
     19 </style>
     20 <body>
     21 <div class="logo">P&nbsp;</div>
     22 <br clear="all">
     23 <div class="logo2">P&nbsp;</div>
     24 </body></html>