Guest User

Untitled

a guest
Jan 16th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. <ul class="social-icons">
  2. <li><a href="" class="social-icon"> <i class="facebook"></i></a></li>
  3. <li><a href="" class="social-icon"> <i class="youtube"></i></a></li>
  4. <li><a href="" class="social-icon"> <i class="twitter"></i></a></li>
  5. <li><a href="" class="social-icon"> <i class="instagram"></i></a></li>
  6.  
  7. </ul>
  8. </div>
  9.  
  10. body {
  11. font-family: 'Lato', sans-serif;
  12. color: #FFF;
  13. background: #322f30;
  14. -webkit-font-smoothing: antialiased;
  15. }
  16.  
  17. a {
  18. text-decoration: none;
  19. color: #fff;
  20. }
  21.  
  22. p > a:hover{
  23. color: #d9d9d9;
  24. text-decoration: underline;
  25. }
  26.  
  27. ul {
  28. padding:0;
  29. list-style: none;
  30. }
  31.  
  32. .footer-social-icons {
  33. width: 350px;
  34. display:block;
  35. margin: 0 auto;
  36. }
  37.  
  38. .social-icon {
  39. color: #fff;
  40. }
  41.  
  42. ul.social-icons {
  43. margin-top: 630px;
  44. margin-left: -30px;
  45.  
  46. }
  47.  
  48.  
  49. .social-icons li {
  50. vertical-align: top;
  51. display: inline;
  52. height: 100%;
  53. margin-left: 50px;
  54. }
  55.  
  56. .social-icons a {
  57. color: #fff;
  58. text-decoration: none;
  59. }
  60.  
  61. .facebook {
  62. widht:150px;
  63. height:150px;
  64. padding:2px 14px;
  65. -o-transition:.5s;
  66. -ms-transition:.5s;
  67. -moz-transition:.5s;
  68. -webkit-transition:.5s;
  69. transition: .5s;
  70. background: url(../img/fb.png) no-repeat;
  71. background-size:20px 20px;
  72.  
  73. }
  74.  
  75. .facebook:hover {
  76. background:url(../img/fb2.png) no-repeat;
  77. background-size:20px 20px;
  78. widht:150px;
  79. height:150px;
  80. }
  81.  
  82. .youtube {
  83. widht:150px;
  84. height:150px;
  85. padding:2px 14px;
  86. -o-transition:.5s;
  87. -ms-transition:.5s;
  88. -moz-transition:.5s;
  89. -webkit-transition:.5s;
  90. transition: .5s;
  91. background: url(../img/yt.png) no-repeat;
  92. background-size:20px 20px;
  93.  
  94.  
  95. }
  96.  
  97. .youtube:hover {
  98. background:url(../img/yt2.png) no-repeat;
  99. background-size:20px 20px;
  100. widht:150px;
  101. height:150px;
  102. }
  103.  
  104. .twitter {
  105. widht:150px;
  106. height:150px;
  107. padding:2px 14px;
  108. -o-transition:.5s;
  109. -ms-transition:.5s;
  110. -moz-transition:.5s;
  111. -webkit-transition:.5s;
  112. transition: .5s;
  113. background: url(../img/tt.png) no-repeat;
  114. background-size:20px 20px;
  115.  
  116. }
  117.  
  118. .twitter:hover {
  119. background:url(../img/tt2.png) no-repeat;
  120. background-size:20px 20px;
  121. widht:150px;
  122. height:150px;
  123. }
  124.  
  125.  
  126. .instagram {
  127. widht:150px;
  128. height:150px;
  129. padding:2px 14px;
  130. -o-transition:.5s;
  131. -ms-transition:.5s;
  132. -moz-transition:.5s;
  133. -webkit-transition:.5s;
  134. transition: .5s;
  135. background: url(../img/insta.png) no-repeat;
  136. background-size:20px 20px;
  137.  
  138. }
  139. .instagram:hover {
  140. background:url(../img/insta2.png) no-repeat;
  141. background-size:20px 20px;
  142. widht:150px;
  143. height:150px;
  144. }
Add Comment
Please, Sign In to add comment