tor-browser

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

wordbreak-dynamic-1-ref.html (316B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4  <meta charset="UTF-8">
      5  <title>Reference - word-break: break-all with dynamic change</title>
      6  <style>
      7    div {
      8      font-family: monospace;
      9      width: 3ch;
     10      background: pink;
     11      word-break: break-all;
     12    }
     13  </style>
     14 </head>
     15 <body>
     16  <div>a bcdef</div>
     17 </body>
     18 </html>