tor-browser

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

flexbox_margin-ref.html (202B)


      1 <!DOCTYPE html>
      2 <title>flexbox | margins</title>
      3 <link rel="author" href="http://opera.com" title="Opera Software">
      4 <style>
      5 div {
      6 background: black;
      7 margin: 1em;
      8 height: 4em;
      9 }
     10 </style>
     11 
     12 <div></div>