tor-browser

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

mask-image-ib-split-ref.html (564B)


      1 <!DOCTYPE html>
      2 <title>CSS Reference: mask-image on an inline with a block inside split by a columnset</title>
      3 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.com">
      4 <style>
      5  body { column-width: 40px; column-gap: 0; }
      6  div { padding-inline-start: 40px; margin: 1em 0; border-bottom-style: solid; }
      7  span { margin-inline-end: -2px; }
      8  div { mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGDwAQAAUQBNt+pgmgAAAABJRU5ErkJggg==); }
      9 </style>
     10 <body><x><span></span><div></div></x></body>
     11 </html>