Advertisement
grrxxargh

name text #1

Jul 3rd, 2020 (edited)
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. This coding was made with a 435px box; however, it would fit a larger or smaller box, depending on the length of your character's name.
  2.  
  3. The FIRST and MIDDLE name is in the font Fjalla One, and is in the color #25233A. If you adjust the size of the font, you may need to adjust the line-height, top-padding, and/or bottom-padding (in the second code) as well.
  4.  
  5. The LAST name is in the font Dancing Script, and is in the color #45403C. If you adjust the size of the font, you may need to adjust the line-height (previous code), top-padding (previous code), and/or the bottom-padding.
  6.  
  7. ///ABOUT ME///
  8. <link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Fjalla+One&display=swap" rel="stylesheet">
  9.  
  10. ///LIKE TO MEET///
  11.  
  12. <center><div style="font-family: 'Fjalla One', sans-serif; font-size: 55px; color: #25233A; line-height: 20px; padding-top: 20px;">FIRST MIDDLE</div><br>
  13.  
  14. <div style="font-family: 'Dancing Script', cursive; font-size: 55px; color: #45403C; weight:600; padding-bottom: 20px;">last</div></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement