tor-browser

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

animate-font-size-with-margin-override-ref.html (183B)


      1 <style>
      2 h2 {
      3    margin: 0;
      4    background-color: lightblue;
      5    font-size: 30px;
      6 }
      7 div { border: 2px solid green; }
      8 </style>
      9 
     10 <div>
     11 <h2>This should not have any margins.</h2>
     12 </div>