Center a table with CSS


/ Published in: CSS
Save to your folder(s)

Used to center tables in CSS


Copy this code and paste it in your HTML
  1. table.center {margin:auto;}

Report this snippet


Comments


You need to login to view comments.