tor-browser

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

float-root.html (203B)


      1 <!DOCTYPe html>
      2 <link rel="help" href="https://drafts.csswg.org/css2/#propdef-float">
      3 <link rel="match" href="float-root-ref.html">
      4 
      5 <style>
      6 :root {
      7  float: right;
      8 }
      9 </style>
     10 
     11 <body>
     12 <p>foo</p>
     13 </body>