Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @font-face {
- font-family:'rosalie';
- src: url(https://dl.dropbox.com/s/xqlz6p59syect4a/rosalie.regular.otf);
- }
- #double {
- text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
- font-style: bold;
- font-size:2em;
- font-weight:bold;
- color: #fff;
- font-family:'rosalie';
- position: relative;
- z-index: 50;
- margin: -10px;
- </style>
- <div id="double">name</div>
Advertisement
Add Comment
Please, Sign In to add comment