Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. html {
  2. min-height: 100%;
  3. position: relative;
  4. }
  5.  
  6. body {
  7. margin: 0;
  8. /* margin-bottom: 180px; */
  9. }
  10.  
  11. .footer-distributed {
  12. /* position: absolute; */
  13. background: #01325b;
  14. width: 100%;
  15. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  16. box-sizing: border-box;
  17. text-align: left;
  18. font: 16px Open Sans;
  19. padding: 15px 50px;
  20. border-top: 3px solid #157fa8;
  21. text-align: center;
  22. color:white;
  23. }
  24. .footer-distributed a {color:white;}
  25.  
  26. .footer-distributed {
  27. width: 100%;
  28. display: inline-block;
  29. vertical-align: top;
  30. list-style:none;
  31. color:white;
  32. }
  33. .footer-colonna1, .footer-colonna2, .footer-colonna3 {
  34. margin: 0 100px;
  35. display: inline-block;
  36. vertical-align: top;
  37. list-style:none;
  38. color:white;
  39. }
  40. .lista_footer {}
  41. .lista_footer li {
  42. margin-bottom:15px;
  43. list-style: none;
  44. }
  45. .lista_footer li i { margin-right: 10px;}
  46. .footer-copyright {
  47. text-align: center;
  48. font-size:1.4ex;
  49. }
  50.  
  51. /* The company logo */
  52.  
  53. .footer-distributed h3 {
  54. color: #ffffff;
  55. font: normal 36px 'Cookie', cursive;
  56. margin: 0;
  57. margin-bottom: 20px;
  58. }
  59. .footer-distributed h3 span { color: #5383d3;}
  60.  
  61. /* Footer links */
  62.  
  63. .footer-distributed .footer-links {
  64. color: #ffffff;
  65. margin: 16px 0 15px;
  66. padding: 0;
  67. }
  68.  
  69. .footer-distributed .footer-links a {
  70. display:inline-block;
  71. line-height: 1.8;
  72. text-decoration: none;
  73. color: inherit;
  74. }
  75.  
  76. .footer-distributed .footer-company-name {
  77. color: #8f9296;
  78. font-size: 14px;
  79. font-weight: normal;
  80. margin: 0;
  81. }
  82.  
  83. .footer-distributed .footer-company-about {
  84. line-height: 20px;
  85. color: #92999f;
  86. font-size: 13px;
  87. font-weight: normal;
  88. margin: 0;
  89. }
  90.  
  91. .footer-distributed .footer-company-about span {
  92. display: block;
  93. color: #ffffff;
  94. font-size: 14px;
  95. font-weight: bold;
  96. margin-bottom: 20px;
  97. }
  98.  
  99. .footer-distributed .footer-icons {
  100. margin-top: 15px;
  101. }
  102.  
  103. .footer-distributed .footer-icons a {
  104. display: inline-block;
  105. width: 35px;
  106. height: 35px;
  107. cursor: pointer;
  108. border-radius: 2px;
  109. font-size: 20px;
  110. color: #fff;
  111. text-align: center;
  112. line-height: 35px;
  113. margin-right: 3px;
  114. margin-bottom: 5px;
  115. }
  116.  
  117. .footer-distributed .footer-icons a i { transition: all 200ms linear 0s;}
  118. .footer-distributed .footer-icons a:hover .fa-youtube { color: #DE2B2B;}
  119. .footer-distributed .footer-icons a:hover .fa-facebook { color: #2A5EF6;}
  120. .footer-distributed .footer-icons a:hover .fa-github { color: #6483DB;}
  121. .footer-distributed .footer-icons a:hover .fa-linkedin { color: #1A67B3;}
  122. .footer-distributed .footer-icons a:hover .fa-twitter {color: #00AEFF;}
  123.  
  124.  
  125.  
  126. /* If you don't want the footer to be responsive, remove these media queries */
  127.  
  128. @media (max-width: 880px) {
  129. .footer-distributed{
  130. font-size: 14px;
  131. display: inline-block;
  132. }
  133.  
  134. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement