Advertisement
Guest User

Untitled

a guest
Apr 21st, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. body {
  2. background: #efefef;
  3. text-align: center;
  4. }
  5.  
  6.  
  7. header {
  8. max-width: 40em;
  9. margin: auto;
  10. }
  11.  
  12. h1 {
  13. font-family: 'Pacifico', cursive;
  14. font-size: 4em;
  15. border: 0.1em double;
  16. padding: none;
  17. background-color: #FF7E4B;
  18. margin-left: auto;
  19. margin-right: auto;
  20. }
  21.  
  22. h2 {
  23. font-family: 'Permanent Marker', cursive;
  24. font-size: 2em;
  25. max-width: 50em;
  26. background: transparent;
  27. }
  28.  
  29. P {
  30. margin: auto;
  31. }
  32.  
  33.  
  34. label {
  35. font-family: 'Pacifico', sans-serif;
  36. margin: none;
  37. }
  38.  
  39. #submit {
  40. font-size: 1em;
  41. display: inline;
  42. margin: auto;
  43. }
  44.  
  45. .pure-button {
  46. background: #FF7E4B;
  47. border: 0.1em double;
  48. font-size: 1em;
  49. margin-top: 0.5em;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement