Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- first text
- <style>
- #poo{
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- position: relative;
- bottom: -170px;
- z-index: 300;
- color: black;
- left:-120px;
- transform: rotate(7deg);
- }
- </style>
- <div id="poo">hello</div>
- second text:
- <style>
- #poo2 {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- position: relative;
- bottom: -15px;
- z-index: 100;
- right: 0px;
- transform: rotate(7deg);
- }
- </style>
- <div id="poo2">hello</div>
Advertisement
Add Comment
Please, Sign In to add comment