Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #text01 {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- }
- #text02 { /* home guidelines extra */
- background: rgb(255,180,245);
- background: radial-gradient(circle, rgba(255,180,245,1) 0%, rgba(178,217,240,1) 50%, rgba(255,180,245,1) 100%);
- padding:5px;
- border-radius:0px 0px 10px 10px;
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- color:white;
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement