tor-browser

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

anonymous-flex-grid-item-001-ref.html (652B)


      1 <!DOCTYPE html>
      2 <title>text-indent in anonymous flex and grid items</title>
      3 <meta name="flags" content="ahem">
      4 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
      5 <style>
      6 main {
      7  font: 10px/1 Ahem;
      8  color: orange;
      9 }
     10 </style>
     11 
     12 <p>
     13 Pass conditions:
     14 <ul>
     15  <li>The top left quadrant of the black-bordered rectangle is white.
     16  <li>Only the top left quadrant of the black-bordered rectangle is white.
     17  <li>The rest of the black-bordered rectangle is orange.
     18  <li>No orange is outside the black-bordered rectangle.
     19 </ul>
     20 </p>
     21 
     22 <main>
     23 <div style="text-indent: 50px; border: 3px solid black; width: 100px;">
     24  ABCDE ABCDEABCDE
     25 </div>
     26 </main>