Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <style>
  2. /* Application-wide Styles */
  3. h1 {
  4. font-family: Arial, Helvetica, sans-serif;
  5. font-size: 250%;
  6. }
  7.  
  8. h2, h3 {
  9. color: #444;
  10. font-family: Arial, Helvetica, sans-serif;
  11. font-weight: lighter;
  12. }
  13.  
  14. body {
  15. margin: 2em;
  16. margin: 0px;
  17. padding: 0px;
  18. font-family: sans-serif;
  19. }
  20.  
  21. body, input[text], button {
  22. font-family: Cambria, Georgia;
  23. }
  24.  
  25. /* everywhere else */
  26. * {
  27. font-family: Arial, Helvetica, sans-serif;
  28. }
  29. </style>
Add Comment
Please, Sign In to add comment