tor-browser

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

calc-max-width-block-intrinsic-1-ref.html (522B)


      1 <!DOCTYPE HTML>
      2 <html>
      3 <head>
      4  <title>CSS Reference: intrinsic width of max-width: calc() on blocks</title>
      5  <link rel="author" title="L. David Baron" href="https://dbaron.org/">
      6 <style type="text/css">
      7 
      8 body > div { margin: 0 0 1px 0; background: blue; color: white; height: 5px }
      9 
     10 </style>
     11 </head>
     12 <body>
     13 
     14 <div style="width: 400px"></div>
     15 <div style="width: 47px"></div>
     16 <div style="width: 400px"></div>
     17 <div style="width: 400px"></div>
     18 <div style="width: 50px"></div>
     19 <div style="width: 400px"></div>
     20 </body>
     21 </html>