Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

centrizing a table with css

table.center {
    margin-left:auto; 
    margin-right:auto;
  }
Source by granneman.com #
 
PREVIOUS NEXT
Tagged: #centrizing #table #css
ADD COMMENT
Topic
Name
8+1 =