Advertisement
powys

shrikhand + fredoka one text

Jun 13th, 2021
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <head>
  2. <link rel="preconnect" href="https://fonts.gstatic.com">
  3. <link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
  4.  
  5. <link rel="preconnect" href="https://fonts.gstatic.com">
  6. <link href="https://fonts.googleapis.com/css2?family=Shrikhand&display=swap" rel="stylesheet">
  7.  
  8. </head>
  9.  
  10.  
  11. <style>
  12. #title {
  13.  
  14. font-family: 'Fredoka One', cursive;
  15. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  16. font-size:200%;
  17. color: white;
  18.  
  19. }
  20.  
  21.  
  22. #header {
  23. font-family: 'Shrikhand', cursive;
  24. text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000, 0 0;
  25. font-size:300%;
  26. color: white;
  27. }
  28. </style>
  29.  
  30.  
  31. <div id="header">header text</div>
  32. <div id="title">bottom text</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement