Guest User

Untitled

a guest
Nov 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5. table {
  6. background-color: #eee;
  7. widht: 600px;
  8. border: 1px solid red;
  9. }
  10.  
  11. table tr td {
  12. width: 100px;
  13. vertical-align: top;
  14. word-wrap: ;
  15. }
Add Comment
Please, Sign In to add comment