Guest User

Untitled

a guest
Jan 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .wrapper {
  2. padding: 2rem;
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: center;
  6. align-items: center;
  7. }
  8.  
  9. .box {
  10. width: 200px;
  11. height: 200px;
  12. background-color: #eeeeee;
  13. transition: 200ms;
  14. }
  15.  
  16. .button {
  17. cursor: pointer;
  18. display: block;
  19. text-align: center;
  20. font-size: 1.25rem;
  21. color: white;
  22. background-color: #262422;
  23. border-radius: 4px;
  24. padding: 1rem 2rem;
  25. margin-bottom: 1rem;
  26. }
  27.  
  28. .bg-red {
  29. background-color: #AA2F18;
  30. }
Add Comment
Please, Sign In to add comment