tor-browser

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

1761460.html (373B)


      1 <!doctype html>
      2 <style>
      3 .card {
      4  box-sizing: border-box;
      5  height: 400px;
      6  width: 300px;
      7  overflow: clip;
      8  border-radius: 4px;
      9 }
     10 .card-heading-image {
     11  width: 900px;
     12  height: 300px;
     13  background: red;
     14  transform: scaleX(-1);
     15  border-top-left-radius: 4px;
     16  border-top-right-radius: 4px;
     17 }
     18 </style>
     19 <div class="card">
     20  <div class="card-heading-image"></div>
     21 </div>