Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. table {
  2. table-layout: fixed;
  3. width: 100%;
  4. border-collapse: collapse;
  5. }
  6.  
  7. td,
  8. th {
  9. border: 1px solid;
  10.  
  11. &:nth-child(1) {
  12. width: 150px;
  13. }
  14. &:nth-child(2) {
  15. width: 150px;
  16. }
  17. &:nth-child(3) {
  18. width: 200%;
  19. }
  20. &:nth-child(4) {
  21. width: 100%;
  22. }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement