Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. /**
  2. * Vertical stripes
  3. */
  4. table, th, td {
  5. border: 1px solid black;
  6. border-collapse: collapse;
  7. }
  8.  
  9. .tdb {
  10. padding: 4px;
  11. background-clip: content-box;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement