tor-browser

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

image-orientation-background-image-ref.html (338B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <title>CSS Reference</title>
      4 <style>
      5 div { width: 100px; height: 50px; }
      6 .orient { background-image: url(../support/exif-orientation-2-ur-pre-rotated.jpg); }
      7 .no-orient { background-image: url(../support/exif-orientation-9-u.jpg); }
      8 </style>
      9 <div class="orient"></div>
     10 <div class="no-orient"></div>