Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- font-family: kitten;
- src: url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
- }
- </style>
- <!--link buttons by Solielios! credit is appreciated, but not needed :) Do not repost my codes on any other resource Carrd! -->
- <body>
- <table>
- <tr>
- <td>
- <div class="linksett">
- <a href="/">LINK</a>
- <a href="/">LINK</a>
- <a href="/">LINK</a>
- </div>
- </td>
- <td>
- <div class="linksett">
- <a href="/">LINK</a>
- <a href="/">LINK</a>
- <a href="/">LINK</a>
- </div>
- </td>
- <td>
- <div class="linksett">
- <a href="/">LINK</a>
- <a href="/">LINK</a>
- <a href="/">LINK</a>
- </div>
- </td>
- </tr>
- </table>
- </body>
- <style>
- .linksett a {
- text-decoration:none;
- background:#ffffff;
- border-width:7px;
- border-style:solid;
- border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
- padding:4px;
- width:165px;
- margin-top:3px;
- margin-left:0px;
- display:inline-block;
- color:#CF6786;
- text-align:center;
- font-family:'kitten';
- }
- .linksett a:hover {
- border-width:7px;
- border-style:solid;
- border-image: url("https://i.imgur.com/ROjUrNz.gif") 7 fill round;
- color:#ffffff;
- text-shadow: -1px 0 #F59C9E, 0 1px #fff, 1px 0 #fff, 0 -1px #CF6786, 0 0;
- -webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement