Guest User

Untitled

a guest
Jan 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <style>
  2. body {
  3. line-height: 1.5;
  4. }
  5. table {
  6. border: 1px solid #ccc;
  7. }
  8. table tr {
  9. background: #ffffff;
  10. }
  11. @media screen and (max-width: 600px) {
  12. table {
  13. border: 0;
  14. }
  15. table caption {
  16. font-size: 1.3em;
  17. }
  18. }
  19. </style>
Add Comment
Please, Sign In to add comment