Advertisement
izuemis

web link button

Mar 21st, 2023
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <head><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"></head><style>
  2.  
  3. #button {
  4. display: flex;
  5. align-items: center;
  6. background: white;
  7. padding: 4px;
  8. width: 13em;
  9. border-radius: 30px;
  10. border: 0.1px solid #8a8a8a;
  11. }
  12. p3 {
  13. display: flex;
  14. align-items: center;
  15. font-size: 0.9em;
  16. color: #fff;
  17. font-family: β€œgeorgia”;
  18. animation: blinkingText 0.875s infinite;
  19. margin: auto;
  20. }
  21. @keyframes blinkingText {
  22. 0% {
  23. color: #fff;
  24. }
  25. 49% {
  26. color: #fff;
  27. }
  28. 60% {
  29. color: #ad92c2;
  30. }
  31. 99% {
  32. color: #ad92c2;
  33. }
  34. 100% {
  35. color: #fff;
  36. }
  37. }
  38. @font-face {
  39. font-family: mamemoji;
  40. src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
  41. }
  42.  
  43. </style>
  44.  
  45. <div id="button">
  46. <i class="fas fa-globe" style="font-size:20px; color: #ad92c2;"></i>
  47. <text style="color:#574d4c;display: flex; align-items: center;font-family:arial; font-size:.665em;">&nbsp;&nbsp;who is loevgirls? <p3>&nbsp;|</p3> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;πŸ”</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement