skylight_animation

Font Icon | Social Media Example

Jan 30th, 2021
17,507
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.04 KB | None | 0 0
  1. <!-- Facebook -->
  2. <a class="social-media-icon facebook" href="https://www.facebook.com/SkyLight.Animation/">
  3.     <span class="fab fa-facebook"></span>
  4. </a>
  5. <!-- Twitter -->
  6. <a class="social-media-icon twitter" href="https://twitter.com/skylight_army/">
  7.     <span class="fab fa-twitter"></span>
  8. </a>
  9. <!-- Blogger -->
  10. <a class="social-media-icon blogger" href="https://www.blogger.com/profile/03276135074953517475">
  11.     <span class="fab fa-blogger"></span>
  12. </a>
  13. <!-- Instagram -->
  14. <a class="social-media-icon instagram" href="#">
  15.     <span class="fab fa-instagram"></span>
  16. </a>
  17.  
  18. <style type="text/css">
  19.     .social-media-icon {
  20.         padding: 2px 3px 1px 3px;
  21.         background: #222;
  22.         color: #fff;
  23.         margin: 5px;
  24.         border-radius: 4px;
  25.     }
  26.     a.social-media-icon:hover{
  27.         background: #fff!important;
  28.         color: #222!important;
  29.     }
  30.     .facebook{
  31.         background:  #3c5a98!important;
  32.     }
  33.     .twitter{
  34.         background: #1da1f2!important;
  35.     }
  36.     .blogger{
  37.         background: #ff5722!important;;
  38.     }
  39.     .instagram{
  40.         background: #262626!important;;
  41.     }
  42. </style>
Advertisement
Add Comment
Please, Sign In to add comment