Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. body {
  2. background-color: #4A4A40;
  3. font-family: Arial;
  4. text-align: center;
  5. font-size: 1.5em;
  6. }
  7.  
  8. ul {
  9. -webkit-column-count: 4;
  10. -webkit-column-gap: 20px;
  11. }
  12.  
  13.  
  14. .preshuffle-highlight {
  15. background-color: #EDDE0F;
  16. }
  17.  
  18. .postshuffle-highlight {
  19. background-color: #8ACECF;
  20. }
  21.  
  22. .button {
  23. border-radius: 0px;
  24. font-family: Arial;
  25. color: #000000;
  26. font-size: 20px;
  27. background: #FFF4DE;
  28. padding: 10px 20px 10px 20px;
  29. border: solid #050505 2px;
  30. text-decoration: none;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement