tor-browser

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

replaced-element-049-ref.html (206B)


      1 <!DOCTYPE html>
      2 <title>CSS aspect-ratio reference: video with controls</title>
      3 
      4 <style>
      5 video {
      6  display: block;
      7  border: solid green;
      8  width: 300px;
      9  height: 300px;
     10 }
     11 </style>
     12 <video controls></video>