Advertisement
gyaruko

3D text

Feb 18th, 2022
838
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <style>
  2. @font-face {
  3. font-family: create;
  4. src: url(https://dl.dropbox.com/s/fyxqlcxgv2ew0ph/Createland.otf);
  5. }
  6. #create {
  7. font-family: create;
  8. font-size:4em;
  9. color: #EDF2FB99;
  10. text-shadow: -2px 0 #76A7C4, 0 2px #D4EFFF, 2px 0 #76A7C4, 0 -2px #D4EFFF, 0 0;
  11.  
  12. </style>
  13.  
  14. <div id="create">#text<em>!</em></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement