encoded-aspect-ratio-1-ref.html 786 B

1234567891011121314151617181920
  1. <!DOCTYPE HTML>
  2. <html>
  3. <body style="background:white;">
  4. <div style="background-color: black; width: 150px; height: 100px; position: absolute; left: 10px; top: 10px;"></div>
  5. <!-- Left side vertical. -->
  6. <div style="position: absolute; left: 9px; top: 9px; width: 2px; height: 102px; z-index: 2; background: red;"></div>
  7. <!-- Right side vertical. -->
  8. <div style="position: absolute; left: 159px; top: 9px; width: 2px; height: 102px; z-index: 2; background: red;"></div>
  9. <!-- Top horizontal bar. -->
  10. <div style="position: absolute; left: 9px; top: 9px; width: 152px; height: 2px; z-index: 2; background: red;"></div>
  11. <!-- Bottom horizontal bar. -->
  12. <div style="position: absolute; left: 9px; top: 109px; width: 152px; height: 2px; z-index: 2; background: red;"></div>
  13. </body>
  14. </html>