border-image-width-large-ref.html (614B)
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 9 table { margin: 0; padding: 0; border-spacing: 0; empty-cells: show; } 10 td { padding: 0; } 11 12 </style> 13 </head> 14 <body> 15 <table> 16 <col style="width: 57px"> 17 <col style="width: 57px"> 18 <tr style="height: 24px"> 19 <td style="background: #90a213"></td> 20 <td style="background: #90c157"></td> 21 </tr> 22 </table> 23 </body> 24 </html>