Advertisement
chrissources

icon links 2019

Jun 28th, 2019
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1.  
  2. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  3.  
  4.  
  5.  
  6.  
  7.  
  8. <style type="text/css">
  9.  
  10.  
  11. .links {
  12. links background: linear-gradient(to right, {color:Accent 1} , {color:Accent 2});
  13. border-radius:50%;
  14. color:#ffffff;
  15. font-size:20px;
  16. padding:5px;
  17. margin-bottom:10px;
  18. }
  19.  
  20. #links {
  21. position:fixed;
  22. margin-bottom:10px;
  23. top:100px;
  24. left:160px;
  25. }
  26.  
  27. #pagination {
  28. position:fixed;
  29. margin-top:30px;
  30. margin-left:90px;
  31.  
  32. }
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. </style>
  42.  
  43. <body>
  44.  
  45.  
  46.  
  47.  
  48. <div id="links">
  49. <div class="tooltip">
  50. <a href="/" title="home"><div class="links"><span class="th th-home-o"></span></div></a>
  51.  
  52. <a href="/ask" title="ask"><div class="links"><span class="th th-envelope-o"></span></div></a>
  53.  
  54. <a href="/archive" title="archive"><div class="links"><span class="th th-calendar-1-o"></span></div></a>
  55.  
  56. <a href="{text:Link 1}" title="{text:Link 1 Title}"><div class="links"><span class="th th-moon-o"></span></div></a>
  57.  
  58. <a href="{text:Link 2}"title="{text:Link 2 Title}"><div class="links"><span class="th th-planet-1-o"></span></div></a>
  59.  
  60. <a href="{text:Link 3}"title="{text:Link 3 Title}"><div class="links"><span class="th th-shooting-star-o"></span></div></a>
  61. </div>
  62. </div>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. </body>
  71. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement