Advertisement
Guest User

CSS

a guest
Mar 24th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1.  
  2. .footer-distributed1 {
  3. background-color: #292c2f;
  4. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  5. box-sizing: border-box;
  6. width: 100%;
  7. text-align: left;
  8. font: normal 16px sans-serif;
  9. height: 115px;
  10. }
  11.  
  12. .footer-left1 {
  13. display:block;
  14. float:left;
  15. padding: 48px 50px;
  16. }
  17.  
  18. .footer-right1 {
  19. display:block;
  20. float:right;
  21. margin-right: 5px;
  22. }
  23.  
  24. .footer-right1 a {
  25. color: #ffffff;
  26. }
  27.  
  28. .footer-distributed1 p.footer-links{
  29. font-size:18px;
  30. font-weight: bold;
  31. color: #ffffff;
  32. margin: 0 0 10px;
  33. padding: 0;
  34. }
  35.  
  36. .footer-distributed1 p.footer-links a{
  37. display:inline-block;
  38. line-height: 1.8;
  39. text-decoration: none;
  40. color: inherit;
  41. }
  42.  
  43. .footer-distributed1 .footer-right1{
  44. float: right;
  45. margin-top: 6px;
  46. max-width: 180px;
  47. }
  48.  
  49. .footer-distributed1 .footer-right1 a{
  50. display: inline-block;
  51. width: 35px;
  52. height: 35px;
  53. background-color: #33383b;
  54. border-radius: 2px;
  55.  
  56. font-size: 20px;
  57. color: #ffffff;
  58. text-align: center;
  59. line-height: 35px;
  60. margin-top: 32px;
  61. margin-left: 3px;
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement