tor-browser

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

color-opacity-rtl-1-ref.html (338B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Mozilla bug 1318539</title>
      6 <style>
      7 .ref {
      8  font-family: Twemoji Mozilla, Apple Color Emoji, Segoe UI Emoji, Noto Color Emoji, sans-serif;
      9  font-size: 48px;
     10  opacity: 0.5;
     11  text-align: right;
     12 }
     13 </style>
     14 </head>
     15 <body class="ref">
     16 (&#x1f602;&#x1f601;&#x1f600;)
     17 </body>
     18 </html>