tor-browser

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

marker-reframe-and-animation-starts-at-the-same-time-ref.html (267B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 #target::marker {
      5  content: '';
      6  background-color: rgb(255, 255, 255);
      7  height: 100px;
      8  width: 100px;
      9  position: absolute;
     10 }
     11 #target {
     12  display: list-item;
     13  list-style-position: inside;
     14 }
     15 </style>
     16 <div id="target"></div>
     17 </html>