Advertisement
dollzito

πŸͺ€ crd tuto: search bar embed

Feb 2nd, 2023
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 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>
  4.  
  5. /* change this if you dont want it positioned */
  6. <style>
  7. #button {
  8. position: relative;
  9. bottom: -0.3em;
  10. }
  11.  
  12. #button {
  13. display: flex;
  14. align-items: center;
  15. background: white;
  16. padding: 4px;
  17. width: auto;
  18. border-radius: 30px;
  19. }
  20.  
  21. p3 {
  22. display: flex;
  23. align-items: center;
  24. font-size: .9em;
  25. color: #FFFFFF;
  26. font-family: β€œgeorgia”;
  27. animation: blinkingText .875s infinite;
  28. margin: auto;
  29. }
  30.  
  31. @keyframes blinkingText{
  32. 0%{ color: #FFFFFF; }
  33. 49%{ color: #FFFFFF; }
  34. 60%{ color: #FFA4D6; }
  35. 99%{ color: #FFA4D6; }
  36. 100%{ color: #FFFFFF; }
  37. }
  38. </style>
  39.  
  40. <div id="button"><i class="fas fa-globe" style="font-size: 20px; color: #FFB3DE;"></i>
  41. <text style="color: #BBB6B8;display: flex;
  42. align-items: center;font-family: arial;font-size: .865em;">&nbsp;www.dollzito.com <p3>&nbsp;|</p3></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement