tor-browser

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

rect-04-ref.html (325B)


      1 <!DOCTYPE html>
      2 <!--
      3  border-radius is 10px since it measures to the outside edge of the border,
      4  as opposed to SVG's rect radius attributes, which measure to the middle
      5  of the stroke
      6 -->
      7 <div style="position: absolute; top: 8px; left: 8px; width: 46px; height: 46px; border-radius: 10px; border: 4px solid blue;"></div>