Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. $(`
  2. <style>
  3. .postacie {
  4. position: absolute;
  5. bottom: 77px;
  6. left: 130px;
  7. }
  8. .postac {
  9. width: 32px;
  10. height: 50px;
  11. position: absolute;
  12. }
  13. #olympia {
  14. background-image: url('https://i.imgur.com/JVlAtR3.png');
  15. }
  16. #greg {
  17. background-image: url('https://i.imgur.com/6r5uTmB.png');
  18. left: 20px;
  19. }
  20. #new_event_calendar {
  21. left: 170px;
  22. }
  23. </style>
  24. `).appendTo('head');
  25.  
  26. $(`
  27. <div class="postacie">
  28. <div id="olympia" tip="♥ Olympia ♥" class="postac"></div>
  29. <div id="greg" tip="♥ Greg House ♥" class="postac"></div>
  30. </div>
  31. `).appendTo('#panel');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement