Advertisement
afsarwebdev

CSS Responsive Table

Jul 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. //Responsive html css
  2. //CSS
  3.  
  4. .table-class-name {
  5. display: block;
  6. width: 100%;
  7. overflow-x: auto;
  8. white-space: nowrap;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement