tor-browser

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

bullet-justify-1.html (183B)


      1 <!DOCTYPE html>
      2 <style>
      3  li {
      4    margin-left: 100px;
      5    font-size: 100px;
      6    text-align-last: justify;
      7  }
      8  span {
      9    color: transparent;
     10  }
     11 </style>
     12 <li><span>x x</span></li>