Advertisement
Guest User

Untitled

a guest
Apr 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. *{
  2.  
  3. padding: 0;
  4.  
  5. margin: 0;
  6.  
  7. }
  8.  
  9. body{
  10. font-family: Comfortaa;
  11. }
  12.  
  13. .white{
  14. color: #ffff;
  15. }
  16.  
  17. .gray{
  18. color: #515f67;
  19. }
  20.  
  21. .nav {
  22. background-color: #293137;
  23. }
  24.  
  25. .menu{
  26. color: #ffff;
  27. padding-top: 40px;
  28. }
  29.  
  30. .menu > li{
  31. font-size: 20px;
  32. padding: 0 10px 0 0;
  33. }
  34.  
  35. header{
  36. background-image: url('../images/header.jpg');
  37. background-position: center center;
  38. height: 700px;
  39. width: 100%;
  40. }
  41.  
  42. .header-title{
  43. background-color: #2f3539;
  44. color: #ffff;
  45. font-size: 65px;
  46. font-weight: bold;
  47. margin: auto;
  48. text-transform: uppercase;
  49. width: 700px;
  50. }
  51.  
  52. .header-subtitle{
  53. background-color: #2b8bd2;
  54. color: #ffff;
  55. font-size: 30px;
  56. font-weight: 100;
  57. margin: 50px auto 0 auto;
  58. width: 450px;
  59. }
  60.  
  61. .call-to-action{
  62. background-color: #e25b40;
  63. height: 230px;
  64. width:100%;
  65. }
  66.  
  67. .section-title{
  68. margin: 0;
  69. font-size: 30px;
  70. font-weight: 100;
  71. text-transform: uppercase;
  72. }
  73.  
  74. .intro > p{
  75. color: #ffff;
  76. }
  77.  
  78. .intro{
  79. float: left;
  80. width: 50%;
  81. }
  82.  
  83. .intro-right{
  84. float:left;
  85. width: 50%;
  86. }
  87.  
  88. .column{
  89. float: left;
  90. width: 50%;
  91. }
  92.  
  93. .column img{
  94. max-width: 80%;
  95. margin: auto;
  96. }
  97.  
  98. .works{
  99. padding-top: 20px;
  100. padding-bottom: 20px;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement