Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.87 KB | None | 0 0
  1. body {
  2. font-family: Arial, Verdana, sans-serif;
  3. font-size: 90%;
  4. color: #666;
  5. }
  6. li {
  7. list-style-image: url(“images/icon-plus.png”);
  8. line-height: 1.6em;}
  9. table {
  10. margin-top: 80px;
  11. margin-left: 50px;
  12. width: 650px;
  13. border-spacing: 0px;}
  14. th, td {
  15. padding: 5px 30px 5px 10px;
  16. border-spacing: 0px;
  17. font-size: 1.2rem;
  18. margin: 0px;}
  19. th, td {
  20. text-align: center;
  21. background-color: #e0e9f0;
  22. border-top: 1px solid #f1f8fe;
  23. border-bottom: 1px solid #cbd2d8;
  24. border-right: 1px solid #cbd2d8;}
  25. th {
  26. color: #fff;
  27. background-color: #369;
  28. border-bottom: 2px solid #547ca0;
  29. border-right: 1px solid #749abe;
  30. border-top: 1px solid #90b4d6;
  31. text-align: center;
  32. text-shadow: -1px -1px 1px #666666;
  33. letter-spacing: 0.15em;}
  34. td {
  35. text-shadow: 1px 1px 1px #ffffff;}
  36. th:first-child {
  37. border-top-left-radius: 5px;}
  38. th:last-child {
  39. border-top-right-radius: 5px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement