tor-browser

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

1217833-2.html (397B)


      1 <!DOCTYPE html>
      2 <html dir="rtl">
      3 <head>
      4 <meta charset="utf-8" />
      5 <style>
      6 html, body { overflow:hidden }
      7 div{
      8  background: yellow;
      9  width:150px;
     10  height:50px;
     11  margin: 0 auto;
     12  text-align:right;
     13 }
     14 div:first-line {
     15  color: blue;
     16 }
     17 span {
     18  background: aqua;
     19  margin: 0 3px;
     20  box-decoration-break: clone;
     21 }
     22 </style>
     23 </head><body><div dir="rtl">te<span>stבד</span>יקה</div></body></html>