tor-browser

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

updating-animation-on-pseudo-element-ref.html (153B)


      1 <!DOCTYPE html>
      2 <html>
      3 <style>
      4 #target::before {
      5  content: 'before';
      6  margin-left: 10em;
      7  font-size: 20px;
      8 }
      9 </style>
     10 <div id="target"></div>
     11 </html>