Advertisement
conception

h1 first letter

Jul 8th, 2013
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. h1 {
  2. color: #c5bbcb;
  3. text-transform: uppercase;
  4. font-weight: normal;
  5. font-style: none;
  6. font-family: trebuchet ms;
  7. letter-spacing: 1pt;
  8. text-align: center;
  9. padding: 2px;
  10. font-weight: lighter;
  11. line-height: 8px;
  12. font-size: 11pt;
  13. margin: 5px;
  14. }
  15.  
  16. h1:first-letter {
  17. font-family: georgia;
  18. font-size: 15pt;
  19. font-weight: lighter;
  20. font-style: italic;
  21. color: #5a3061;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement