Advertisement
solielios

Links directory! ♡

Sep 19th, 2021
1,096
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: kitten;
  4. src: url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
  5. }
  6.  
  7.  
  8. </style>
  9.  
  10. <!--link buttons by Solielios! credit is appreciated, but not needed :) Do not repost my codes on any other resource Carrd! -->
  11.  
  12. <body>
  13. <table>
  14. <tr>
  15. <td>
  16. <div class="linksett">
  17.  
  18. <a href="/">LINK</a>
  19. <a href="/">LINK</a>
  20. <a href="/">LINK</a>
  21.  
  22. </div>
  23. </td>
  24. <td>
  25.  
  26. <div class="linksett">
  27.  
  28. <a href="/">LINK</a>
  29. <a href="/">LINK</a>
  30. <a href="/">LINK</a>
  31. </div>
  32.  
  33. </td>
  34. <td>
  35.  
  36. <div class="linksett">
  37.  
  38. <a href="/">LINK</a>
  39. <a href="/">LINK</a>
  40. <a href="/">LINK</a>
  41. </div>
  42.  
  43. </td>
  44. </tr>
  45. </table>
  46. </body>
  47.  
  48. <style>
  49.  
  50. .linksett a {
  51. text-decoration:none;
  52. background:#ffffff;
  53. border-width:7px;
  54. border-style:solid;
  55. border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
  56. padding:4px;
  57. width:165px;
  58. margin-top:3px;
  59. margin-left:0px;
  60. display:inline-block;
  61. color:#CF6786;
  62. text-align:center;
  63. font-family:'kitten';
  64. }
  65.  
  66. .linksett a:hover {
  67. border-width:7px;
  68. border-style:solid;
  69. border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
  70. color:#ffffff;
  71. text-shadow: -1px 0 #F59C9E, 0 1px #fff, 1px 0 #fff, 0 -1px #CF6786, 0 0;
  72. -webkit-transition: all 0.3s ease-in-out;
  73. -moz-transition: all 0.3s ease-in-out;
  74. -o-transition: all 0.3s ease-in-out;
  75. -ms-transition: all 0.3s ease-in-out;
  76. transition: all 0.3s ease-in-out;
  77. }
  78.  
  79. </style>
  80.  
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement