Advertisement
izuemis

cr rundvrn | status online

Feb 2nd, 2023 (edited)
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  2. </head>
  3.  
  4. <style>
  5. #button {
  6. z-index:500; }
  7.  
  8. #button {
  9. display: flex;
  10. align-items: center;
  11. background: #B0B0B0;
  12. padding:4px;
  13. width:70%;
  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: #000; }
  30. 99%{ color: #000; }
  31. 100%{ color: #fff; }
  32. }
  33. </style>
  34.  
  35. <center>
  36. <div id="button"><text style="color:#fff;display: flex;
  37. align-items: center;font-family: hearts;
  38. font-size:.75em;">&nbsp;status: online <p3>&nbsp; ●</p3></div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement