bc_borderradius-ref.html 234 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <style>
  3. table {
  4. border-collapse: collapse;
  5. }
  6. td {
  7. background-color: rgb(0, 255, 0);
  8. margin-bottom: 10px;
  9. height: 100px;
  10. width:100px;
  11. }
  12. </style>
  13. <table>
  14. <tr>
  15. <td></td>
  16. </tr>
  17. </table>