style.html 217 B

123456
  1. <style type="text/css">
  2. table { margin: auto 0; }
  3. table, th, td { border-collapse: collapse; border: solid 1px black; padding: 3px; }
  4. caption { caption-side: bottom; }
  5. </style>