Advertisement
dianakko

botones de itzhuo

Oct 21st, 2021
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <!---girly.uwu.ai buttons pro standard version. cr to itzho on twt are appreciated--->
  2.  
  3. <head> <!--- example font, you can change it--->
  4. <link rel="preconnect" href="https://fonts.googleapis.com">
  5. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  6. <link href="https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap" rel="stylesheet">
  7. </head>
  8.  
  9. <style>
  10.  
  11. mark {
  12. border:1px solid black;
  13. box-shadow: 0px 0px 2px #000;
  14. text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  15. color:white; /* color font */
  16. background-color: #F8E0F7;
  17. border-radius: 100px;
  18. background: linear-gradient(180deg, rgba(248,117,170,1) 0%, rgba(0,0,0,1) 100%); /* change this if you want */
  19. padding-left:10px;
  20. padding-right:10px;
  21. font-family: 'Rammetto One', cursive;
  22. text-align: center;
  23. text-decoration: none;
  24. display: inline-block;
  25. font-size: 12px;
  26. margin:auto;
  27. cursor: pointer; /* you can change this to hidden or pointer */
  28.  
  29. }
  30.  
  31. a {
  32. font-family: 'Rammetto One', cursive;
  33. text-decoration: none;
  34. color: white;
  35. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  36.  
  37. }
  38. a:hover {
  39. webkit-filter: blur(1px);
  40. filter: blur(1px);
  41. letter-spacing:1.5px;
  42. color:white;
  43. transition:.3s;
  44. text-decoration: none;
  45. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  46. }
  47.  
  48. a { letter-spacing:normal; transition:.3s;}
  49. .poop {
  50. -webkit-transform: rotateZ(350deg);
  51. transform: rotateZ(350deg);
  52. z-index:222222;
  53. animation: pop 1s infinite;
  54. -webkit-animation: pop 1s infinite;
  55.  
  56. }
  57. @keyframes pop {
  58. from {
  59. transform:scale(0.90)
  60. }
  61. 50% {
  62. transform:scale(1.01)
  63. }
  64. to {
  65. transform:scale(0.90)
  66. }
  67. }
  68. @-webkit-keyframes pop {
  69. from {
  70. -webkit-transform:scale(0.95)
  71. }
  72. 50% {
  73. -webkit-transform:scale(1)
  74. }
  75. to {
  76. -webkit-transform:scale(0.95)
  77. }
  78. }
  79.  
  80. </style>
  81.  
  82. <div id="hover"><mark><a href="URL">Title</a></mark> <mark><a href="URL">Title</a></mark> <mark><a href="URL">Title</a></mark></div>
  83.  
  84. <!--- you can add more buttons just between mark & mark--->
  85.  
  86.  
  87.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement