Advertisement
ruesha

button for xn--dq8h crd

Jan 18th, 2022
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <head>
  2. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  3. </head> <a href="https://twitter.com/crditem" target="_blank" title="cr to @crditem for template"></a>
  4.  
  5. <style>
  6. #button { position: relative; bottom: -0.3em; z-index:500; }
  7.  
  8. #button {
  9. display: flex;
  10. align-items: center;
  11. background: white;
  12. padding:4px;
  13. width:auto;
  14. border-radius:30px;
  15. }
  16.  
  17. p3 {
  18. display: flex;
  19. align-items: center;
  20. font-size: .9em;
  21. color: #fff;
  22. font-family: “georgia”;
  23. animation:blinkingText .875s infinite;
  24. margin: auto;
  25. }
  26. @keyframes blinkingText{
  27. 0%{ color: #fff; }
  28. 49%{ color: #fff; }
  29. 60%{ color: #FFA4D6; }
  30. 99%{ color: #FFA4D6; }
  31. 100%{ color: #fff; }
  32. }
  33. </style>
  34.  
  35. <div id="button"><i class="fas fa-globe" style="font-size:20px; color: #FFB3DE;"></i> <text style="color:#BBB6B8;display: flex;
  36. align-items: center;font-family:arial;
  37. font-size:.865em;">&nbsp;www.hellokitty.com <p3>&nbsp;|</p3></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement