Advertisement
izuemis

cr femcel2006 buttons

Nov 17th, 2022
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ELEMENTID = EMBEDS ID.
  2. _____________________________________________
  3. -- BUTTONS --
  4.  
  5. <link rel="stylesheet" href="https://unpkg.com/xp.css">
  6. <div class="title-bar-controls">
  7. <button aria-label="Minimize"></button>
  8. <button aria-label="Maximize"></button>
  9. <a href="#home" onclick="clicksound.playclip()">
  10. <button aria-label="Close"></button></a>
  11. </div>
  12. _____________________________________________
  13.  
  14. -- MY COMPUTER BUTTONS --
  15. <style>
  16. #element id {
  17. position: relative;
  18. left: 6.5em;
  19. }
  20.  
  21. @media only screen and (max-width: 600px) {
  22. #elementid {
  23. left: 4.5em;
  24. }
  25. }
  26. </style>
  27.  
  28. -- WINDOWS MEDIA PLAYER BUTTONS --
  29. <style>
  30. #elementid {
  31. position: relative;
  32. left: -1.5em;
  33. }
  34.  
  35. @media only screen and (max-width: 600px) {
  36. #elementid {
  37. left: -2.3em;
  38. }
  39. }
  40. </style>
  41.  
  42. -- ABT ME, GUIDES, CBOX BUTTONS --
  43. <style>
  44. #elementid {
  45. position: relative;
  46. left: 1.5em;
  47. }
  48.  
  49. @media only screen and (max-width: 600px) {
  50. #elementid {
  51. left: 1.25em;
  52. }
  53. }
  54. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement