Advertisement
ninamori

socialmedissul

May 9th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <meta name="image:Insta" content="">
  2. <meta name="image:Twitter" content="">
  3. <meta name="image:And" content="">
  4.  
  5. .insta {
  6. position: fixed;
  7. margin-top: 59px;
  8. margin-left: -264px;
  9. width: 40px;
  10. height: 40px;
  11. background: {color:background};
  12. }
  13.  
  14. .twitter {
  15. position: fixed;
  16. margin-top: 59px;
  17. margin-left: -214px;
  18. width: 40px;
  19. height: 40px;
  20. background: {color:background};
  21. }
  22.  
  23. .and {
  24. position: fixed;
  25. margin-top: 59px;
  26. margin-left: -164px;
  27. width: 40px;
  28. height: 40px;
  29. background: {color:background};
  30. }
  31.  
  32. <div class="insta">
  33. <a href=""><img src="{image:Insta}"></a>
  34. </div>
  35.  
  36. <div class="twitter">
  37. <a href=""><img src="{image:twitter}"></a>
  38. </div>
  39.  
  40. <div class="and">
  41. <a href=""><img src="{image:and}"></a>
  42. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement