tor-browser

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

outline-offset-table-001-notref.html (160B)


      1 <!doctype html>
      2 <title>CSS Rest Reference</title>
      3 <style>
      4 table {
      5  outline: 1px solid blue;
      6  outline-offset: 10px;
      7 }
      8 </style>
      9 <table>
     10  Some content
     11 </table>