tor-browser

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

text-indent-parent-dynamic-ref.html (217B)


      1 <!DOCTYPE html>
      2 <html>
      3 <body>
      4 
      5 <div id="x" style="background: lightgreen; height: 3em; width: 500px; padding: 4px;">
      6  <div style="text-indent: 80px; width: 200px; background: yellow;">X</div>
      7 </div>
      8 
      9 </body>
     10 </html>