tor-browser

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

fieldset-content-rtl-ref.html (348B)


      1 <!DOCTYPE html>
      2 <html dir="rtl">
      3 <head>
      4 <meta charset="utf-8">
      5 <style>
      6 .control {
      7  background: blue;
      8  width: 200px;
      9  height: 1em;
     10 }
     11 .container {
     12  border: 2px groove ThreeDFace;
     13  margin: 0;
     14  padding: 1em;
     15 }
     16 </style>
     17 </head>
     18 <body>
     19 <div class="container">
     20  <label>Label</label>
     21  <div class="control" id="ctrl-d"></div>
     22 </div>
     23 </body>
     24 </html>