border-style-outset-becomes-groove-ref.html 196 B

1234567891011
  1. <!DOCTYPE html>
  2. <style>
  3. table { border-collapse: separate; border-spacing: 0 }
  4. td { border: 20px groove; width: 100px; height: 100px}
  5. </style>
  6. <table>
  7. <tr>
  8. <td></td>
  9. </tr>
  10. </table>