powys

freak crd text

Jun 17th, 2021
1,129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. first text
  2.  
  3. <style>
  4. #poo{
  5. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  6. position: relative;
  7. bottom: -170px;
  8. z-index: 300;
  9. color: black;
  10. left:-120px;
  11. transform: rotate(7deg);
  12. }
  13.  
  14. </style>
  15.  
  16. <div id="poo">hello</div>
  17.  
  18. second text:
  19. <style>
  20. #poo2 {
  21. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  22. position: relative;
  23. bottom: -15px;
  24. z-index: 100;
  25. right: 0px;
  26. transform: rotate(7deg);
  27. }
  28. </style>
  29. <div id="poo2">hello</div>
Advertisement
Add Comment
Please, Sign In to add comment