Monday, October 13, 2014

Make the table auto adjust using css - fluid table 100% width

Make the table auto adjust using css
table{
    width:100%;
    table-layout: fixed;
    padding:0 5%;
}

Live Demo

No comments:

Post a Comment