tor-browser

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

flexbox_display-ref.html (346B)


      1 <!DOCTYPE html>
      2 <title>flexbox | display error-handling</title>
      3 <link rel="author" href="http://opera.com" title="Opera Software">
      4 <style>
      5 ol {
      6 background: #3366cc;
      7 padding: 0;
      8 list-style: none;
      9 border: 1px solid black;
     10 }
     11 li {
     12 background: #ffcc00;
     13 margin: 2em;
     14 }
     15 </style>
     16 
     17 <ol>
     18 <li>filler</li>
     19 <li>Antidisestablishmentarianism</li>
     20 </ol>