Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .portfolio__card {
  2. min-width: 100px;
  3. max-width: 400px;
  4. }
  5. .portfolio__text i{
  6. font-size: 50px;
  7. margin: 10px 0;
  8. display: flex;
  9. justify-content: center;
  10. transition: transform 100ms ease-in;
  11. background-color: red;
  12. }
  13. .portfolio__text a {
  14. text-decoration: none;
  15. color: #0071bc;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement