Advertisement
Guest User

Untitled

a guest
Mar 1st, 2022
1,071
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 KB | None | 0 0
  1. <style>
  2. .general-about{
  3.   position: relative;
  4.   margin-top: 30px;
  5. }
  6. .general-about .details::before{
  7. background: url('https://cdn.discordapp.com/attachments/608396423024738367/947794682698690600/bruh.gif') no-repeat;
  8. content: '';
  9. background-size: 175px;
  10.   display: block;
  11.   width: 175px;
  12.   height: 175px;
  13.   z-index: 999;
  14.   position: absolute;
  15.   top: -10px;
  16. left: -8px;
  17. }
  18. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement