tor-browser

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

overflow-wrap-anywhere-crash.html (462B)


      1 <!DOCTYPE html>
      2 <style>
      3 body {
      4  overflow-wrap: anywhere;
      5 }
      6 .post-footer-line-2 {
      7  position: absolute;
      8  letter-spacing: 1mm;
      9  font-size: 0px;
     10 }
     11 .post-labels a {
     12  padding: 8px 17px;
     13  font-size: 10px;
     14  margin: 5px 30px 5px -30px;
     15 }
     16 </style>
     17 <div>
     18  <div class='post-footer-line-2'>
     19    <span class='post-labels'>
     20      Etykiety:
     21      <a>hunter</a>,
     22      <a>miski</a>,
     23      <a>pies</a>,
     24      <a>recenzja</a>,
     25      <a>test</a>
     26    </span>
     27  </div>
     28 </div>