Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. footer {
  2. margin-top: 12px;
  3. background-color: rgba(56, 62, 66, 1);
  4. display: flex;
  5. justify-content: flex-start;
  6. }
  7.  
  8. .legal {
  9. margin-left: 14%;
  10. margin-right: auto;
  11. }
  12. .legal p {
  13. margin-top: 9px;
  14. margin-bottom: 9px;
  15. text-decoration: none;
  16. font-size: 16.5px;
  17. font-family: 'Roboto', sans-serif;
  18. font-weight: 300;
  19. color: rgba(255, 255, 255, 1);
  20. }
  21.  
  22. .links {
  23. margin-right: 14%;
  24. }
  25. .links a {
  26. margin-top: 9px;
  27. margin-bottom: 9px;
  28. display: inline-block;
  29. margin-left: 27px;
  30. text-decoration: none;
  31. font-size: 16.5px;
  32. font-family: 'Roboto', sans-serif;
  33. font-weight: 300;
  34. color: rgba(255, 255, 255, 1);
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement