Advertisement
Guest User

Untitled

a guest
Jan 28th, 2020
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. table,
  2. td {
  3. border: 1px solid #333;
  4. }
  5.  
  6. thead,
  7. tfoot {
  8. background-color: #333;
  9. color: #fff;
  10. }
  11.  
  12. #table2 {
  13. margin-top: 15px;
  14. }
  15.  
  16. #table3 {
  17. margin-top: 15px;
  18. }
  19.  
  20. #table3-txt {
  21. border-style: inset;
  22. border-width: 10px;
  23. border-color: black;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement