Advertisement
Guest User

Untitled

a guest
Apr 17th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. .content-header{
  2. font-family: 'Oleo Script', cursive;
  3. color:#fcc500;
  4. font-size: 45px;
  5. }
  6.  
  7. .section-content{
  8. text-align: center;
  9.  
  10. }
  11. #contact{
  12.  
  13. font-family: 'Teko', sans-serif;
  14. padding-top: 60px;
  15. width: 100%;
  16. width: 100vw;
  17. height: 550px;
  18. background: #3a6186; /* fallback for old browsers */
  19. background: -webkit-linear-gradient(to left, #3a6186 , #89253e); /* Chrome 10-25, Safari 5.1-6 */
  20. background: linear-gradient(to left, #3a6186 , #89253e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  21. color : #fff;
  22. }
  23. .contact-section{
  24. padding-top: 40px;
  25. }
  26. .contact-section .col-md-6{
  27. width: 50%;
  28. }
  29.  
  30. .form-line{
  31. border-right: 1px solid #B29999;
  32. }
  33.  
  34. .form-group{
  35. margin-top: 10px;
  36. }
  37. label{
  38. font-size: 1.3em;
  39. line-height: 1em;
  40. font-weight: normal;
  41. }
  42. .form-control{
  43. font-size: 1.3em;
  44. color: #080808;
  45. }
  46. textarea.form-control {
  47. height: 135px;
  48. /* margin-top: px;*/
  49. }
  50.  
  51. .submit{
  52. font-size: 1.1em;
  53. float: right;
  54. width: 150px;
  55. background-color: transparent;
  56. color: #fff;
  57.  
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement