Advertisement
solielios

Heart hover! ♡

Sep 19th, 2021 (edited)
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <!-- CR Solielios for this menu. DO NOT REPUBLISH ANYWHERE ELSE PERIOD !!! -->
  2.  
  3. <style>
  4. @font-face {
  5. font-family: ink;
  6. src: url(https://dl.dropbox.com/s/tyhvew6jpuzr8zm/BubblegumInk-Regular.ttf);
  7. }
  8.  
  9. #ink {
  10. font-family: ink;
  11. }
  12. </style>
  13.  
  14. <body>
  15. <div id="ta1"><div id="starred"></div><center>
  16.  
  17. <div style=" width:200px; border:1px dashed #ffc7d1; padding:8px; font-size:20px;"><b>Slot 1!</b></div><p><br>
  18.  
  19. Text goes here!
  20.  
  21. <br></center></div>
  22.  
  23.  
  24. <div id="ta2"><div id="starred"></div><center>
  25.  
  26. <div style=" width:200px; border:1px dashed #ffc7d1; padding:8px; font-size:20px;"><b>Slot 2!</b></div><p><br>
  27.  
  28. Text goes here!
  29.  
  30. <br></center></div>
  31.  
  32. <a href="https://limonysal.crd.co/"><img class=lim src="https://64.media.tumblr.com/531946e16c254d0f3f0982efadd14884/tumblr_inline_mkhtbi7qce1qz4rgp.png"></a>
  33.  
  34. </body>
  35.  
  36. <style>
  37.  
  38.  
  39. #ta1 {
  40. font-size:14px;
  41. font-family: ink;
  42. line-height:15px;
  43. background:#ffc7d1;
  44. width: 40px; height: 70px;
  45. border-radius: 50px 50px 0px 0px;
  46. -webkit-transform: rotate(-45deg);
  47. transform: rotate(-45deg);
  48. position:absolute;
  49. overflow:hidden;
  50. top:40px; left:40px;
  51. -webkit-transition: all 0.8s ease-in-out;
  52. z-index:999999;
  53. }
  54.  
  55. #ta1:hover{
  56. background:#fff;
  57. width:250px; height:350px;
  58. border-radius:5px;
  59. border:1px solid #ffc7d1;
  60. transform: rotate(0deg);
  61. -webkit-transform: rotate(0deg);
  62. z-index:9999999;
  63. }
  64.  
  65. #starred{
  66. padding-top:60px;
  67. }
  68.  
  69. #ta2 {
  70. font-size:14px;
  71. font-family: ink;
  72. line-height:15px;
  73. background:#ffc7d1;
  74. border-radius: 50px 50px 0px 0px;
  75. width: 40px; height: 70px;
  76. -webkit-transform: rotate(45deg);
  77. transform: rotate(45deg);
  78. position:absolute;
  79. overflow:hidden;
  80. top:40px; left:62px;
  81. -webkit-transition: all 0.8s ease-in-out;
  82. z-index:99999;}
  83.  
  84. #ta2:hover{
  85. background:#fff;
  86. width:250px; height:350px;
  87. border-radius:5px;
  88. border:1px solid #ffc7d1;
  89. transform: rotate(0deg);
  90. -webkit-transform: rotate(0deg);
  91. z-index:9999999;
  92. }
  93.  
  94. .lim {
  95. position: fixed;
  96. bottom: 10px;
  97. left: 10px;
  98. margin-bottom: 10px;
  99. margin-left: 10px;
  100. width: 10px;
  101. height: auto;
  102. }
  103.  
  104. </style>
  105.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement