Advertisement
Guest User

Untitled

a guest
Mar 5th, 2015
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. .champtable {
  2. -webkit-font-smoothing: antialiased;
  3. font-size: 115%;
  4. width: 70%;
  5. overflow: auto;
  6. display: block;
  7. padding: 40px 0;
  8. margin-left: 16%;
  9. }
  10.  
  11. .champtable button {
  12. width:100%;
  13. height:100%;
  14. }
  15.  
  16. .champtable a {
  17. color: #6f6f6f;
  18. text-decoration: none;
  19. }
  20.  
  21. .champtable th {
  22. background-color: #06755f;
  23. font-weight: normal;
  24. color: white;
  25. padding: 20px 20px;
  26. width: 10%;
  27. text-align: center;
  28. }
  29. .champtable td {
  30. background-color: #eeeeee;
  31. padding: 20px 20px;
  32. color: #6f6f6f;
  33. }
  34.  
  35. .champtable td:hover {
  36. background-color: #76cfbc;
  37. transition: background-color 0.3s linear;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement