ruesha

click thing (polaroid drr ac)

May 29th, 2024
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <style>
  2.  
  3. #picture {
  4. background: #ffffff00;
  5. font-size: 30px;
  6. color: #C7BAE3;
  7. -webkit-filter: drop-shadow(0px 0px .4px #424242);
  8. -webkit-text-stroke: .5px #5F527A;
  9. margin-top: 3px;
  10. }
  11.  
  12. @media only screen and (max-width: 600px) {
  13.  
  14. #picture {
  15. background: #ffffff00;
  16. font-size: 23px;
  17. color: #C7BAE3;
  18. -webkit-filter: drop-shadow(0px 0px .4px #424242);
  19. -webkit-text-stroke: .5px #5F527A;
  20. }
  21.  
  22. }
  23.  
  24. a {
  25. text-decoration: none;
  26. color: #C7BAE3;
  27. -webkit-text-stroke: .5px #5F527A;
  28. font-weight: strong;
  29. }
  30.  
  31. a-hover {
  32. color: #C7BAE3;
  33. -webkit-text-stroke: .5px #5F527A;
  34. font-weight: strong;
  35. }
  36.  
  37. </style>
  38.  
  39. <div id="picture"><a href="#next" onclick="clicksound.playclip()">┃</a>
  40. </div>
Advertisement
Add Comment
Please, Sign In to add comment