tor-browser

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

outline-auto-follows-border-radius-non-native-02.html (212B)


      1 <!doctype html>
      2 <style>
      3 body { margin: 0 }
      4 div {
      5  width: 92px;
      6  height: 92px;
      7  border: 1px transparent;
      8  border-radius: 1px;
      9  outline: 1px auto;
     10  outline-offset: 4px;
     11  margin: 14px;
     12 }
     13 </style>
     14 <div></div>