william341

Untitled

Jan 2nd, 2022 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. .Planet:before {
  2. content: "jeff lynne bad";
  3. height: 2rem;
  4. width: 100%;
  5. padding: 0.5rem;
  6. background-color: rgba(156, 1, 1, 1);
  7. font-weight: bold;
  8. text-align: center;
  9. }
  10.  
  11. .Planet:after {
  12. content: "Macaulay Macaulay Culkin Culkin";
  13. width: max-content;
  14. padding: 0.5rem;
  15. background-color: #ece9d8;
  16. color: #000000;
  17. font-weight: bold;
  18. text-align: center;
  19. border-radius: 5px;
  20. position: absolute;
  21. top: 1rem;
  22. right: 1rem;
  23. border-bottom: 3px solid #001ea0;
  24. border-left: 3px solid #166aee;
  25. border-right: 3px solid #166aee;
  26. border-top: 30px solid #0051e5;
  27. z-index: 10101010;
  28. width: 16rem;
  29. }
  30.  
  31. #root:before {
  32. content: "Pog";
  33. position: absolute;
  34. padding-top: 8px;
  35. padding-left: 26px;
  36. font-family: "MS Sans Serif", Arial;
  37. font-size: 12px;
  38. font-weight: bold;
  39. color: #ffffff;
  40. top: 1rem;
  41. right: 1rem;
  42. width: 16rem;
  43. height: 30px;
  44. background: linear-gradient(#0058ee 3%, #3f97ff 3%, #2b90ff 3%, #0073fd 4%, #0361f6 3%, #0058ee 6%, #0051e5 27%, #0058ee 9%, #0361f6 10%, #0066ff 6%, #0073fd 4%, #0066ff 6%, #0361f6 4%, #0361f6 3%, #0050e0 3%, #0043cf 3%);
  45. background: linear-gradient(#0058ee 3%, #3f97ff 6%, #2b90ff 9%, #0073fd 13%, #0361f6 16%, #0058ee 22%, #0051e5 45%, #0058ee 60%, #0361f6 70%, #0066ff 76%, #0073fd 80%, #0066ff 86%, #0361f6 90%, #0361f6 93%, #0050e0 96%, #0043cf 100%);
  46. border-top-left-radius: 5px;
  47. border-top-right-radius: 5px;
  48. z-index: 10101011;
  49. }
  50.  
  51. #root:after {
  52. content: "";
  53. position: absolute;
  54. top: calc(1rem + 8px);
  55. right: calc(16rem - 6px);
  56. height: 16px;
  57. width: 16px;
  58. background-size: cover;
  59. background-image: url(https://pbs.twimg.com/profile_images/968572702788239360/KL-zulbA_400x400.jpg);
  60. z-index: 10101012;
  61. }
  62.  
  63. body:after {
  64. content: "";
  65. position: absolute;
  66. top: calc(1rem + 5px);
  67. right: calc(1rem + 4px);
  68. height: 21px;
  69. width: 21px;
  70. background-size: cover;
  71. background-image: url(https://sfo2.digitaloceanspaces.com/starship/mdattachments/7559760a-cf65-428b-ba0f-af33848f4529);
  72. z-index: 10101012;
  73. }
Add Comment
Please, Sign In to add comment