Advertisement
chrissources

customize <big> font

May 28th, 2020
131
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. .big{
  3. font-family: FONT NAME HERE;
  4. font-size: 18px;
  5. color: #COLOR CODE HERE;
  6. font-weight: bold;
  7. text-decoration: none;
  8. font-style: italic;
  9. text-transform:lowercase;
  10. letter-spacing: 0px;
  11. line-height: 15px;
  12. text-shadow: 1px 1px 0px #333333;
  13. display:block;
  14. background-color:#ffffff;}
  15. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement