Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. form p{
  2. margin-bottom: 30px;
  3. }
  4.  
  5. h1 {
  6. font-size: 3em;
  7. }
  8.  
  9. h2{
  10. font-size: 1.1em;
  11. }
  12.  
  13. form p{
  14. line-height: 24px;
  15. margin-bottom: 30px;
  16. }
  17.  
  18. .button{
  19. display: block;
  20. margin: 0 auto;
  21. margin-top: 5px;
  22. width: 225px;
  23. }
  24.  
  25. #video-wrapper{
  26. background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
  27. }
  28.  
  29. @media screen and (min-width: 750px) {
  30. .button{
  31. display: inline-block;
  32. margin: 0;
  33. width: 100px;
  34. }
  35.  
  36. form p{
  37. margin-bottom: 25px;
  38. }
  39.  
  40. h1 {
  41. font-size: 4em;
  42. }
  43.  
  44. h2{
  45. font-size: 1.3em;
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement