border-image-width-large-ref.html 614 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en-US">
  3. <head>
  4. <title>border-image with equally large left and right border image width.</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <meta http-equiv="Content-Style-Type" content="text/css">
  7. <style type="text/css">
  8. table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; }
  9. td { padding: 0; }
  10. </style>
  11. </head>
  12. <body>
  13. <table>
  14. <col style="width: 57px">
  15. <col style="width: 57px">
  16. <tr style="height: 24px">
  17. <td style="background: #90a213"></td>
  18. <td style="background: #90c157"></td>
  19. </tr>
  20. </table>
  21. </body>
  22. </html>