Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .colour-selection {
  2. display: flex;
  3. flex-direction: row;
  4. align-items: center;
  5. justify-content: center;
  6. align-content: center;
  7. }
  8.  
  9. text.colour.silver {
  10. background-color: silver;
  11. }
  12.  
  13. .text-colour.gold {
  14. background-color: gold;
  15. }
  16.  
  17. .text-colour {
  18. height: 60px;
  19. width: 60px;
  20. border-radius: 5px;
  21. margin: 10px;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement