Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

how to center the table horizontally css

table
{ 
    margin-left: auto;
    margin-right: auto;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #center #table #horizontally #css
ADD COMMENT
Topic
Name
3+9 =