Skip to content

Instantly share code, notes, and snippets.

@frob
Created July 13, 2016 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frob/a3248fe4b97b68376bfad07794d7c722 to your computer and use it in GitHub Desktop.
Save frob/a3248fe4b97b68376bfad07794d7c722 to your computer and use it in GitHub Desktop.
table layout fixed
table{table-layout:fixed;width:100%;}
tbody>tr>*:nth-last-child(2)~*{ width:50%}
tbody>tr>*:nth-last-child(3)~*{ width:33.3%}
tbody>tr>*:nth-last-child(4)~*{ width:25%}
@frob
Copy link
Author

frob commented Jul 13, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment