style.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. box-sizing: border-box;
  5. }
  6. body {
  7. background-color: #f5f7fa;
  8. padding-top: 40px;
  9. padding-bottom: 40px;
  10. padding-left: 20px;
  11. padding-right: 20px;
  12. font-family: Montserrat;
  13. }
  14. .wrapper {
  15. background: #fff;
  16. display: flex;
  17. flex-direction: row;
  18. max-width: 1200px;
  19. margin: 0 auto;
  20. box-shadow: 5px 9px 20px rgba(0, 0, 0, 0.15);
  21. }
  22. .sidebar {
  23. background-color: #1e2939;
  24. width: 370px;
  25. padding-top: 40px;
  26. padding-bottom: 40px;
  27. }
  28. .my-photo {
  29. width: 370px;
  30. }
  31. .about-me-container {
  32. padding-top: 110px;
  33. padding-bottom: 110px;
  34. padding-left: 90px;
  35. padding-right: 90px;
  36. }
  37. .contacts-container {
  38. margin-top: 60px;
  39. margin-left: 40px;
  40. margin-right: 40px;
  41. }
  42. .contacts-title {
  43. font-size: 22px;
  44. font-weight: 700;
  45. line-height: 24px;
  46. color: #fff;
  47. margin-bottom: 20px;
  48. }
  49. .contacts-link {
  50. font-size: 14px;
  51. font-weight: 400;
  52. line-height: 24px;
  53. color: #787f88;
  54. margin-left: 10px;
  55. }
  56. .contacts-link-tipe {
  57. font-size: 14px;
  58. font-weight: 700;
  59. line-height: 24px;
  60. color: #fff;
  61. }
  62. .tech-skills-title {
  63. font-size: 22px;
  64. font-weight: 700;
  65. line-height: 24px;
  66. color: #fff;
  67. }
  68. .tech-skills-container {
  69. margin-top: 55px;
  70. margin-left: 40px;
  71. margin-right: 20px;
  72. color: #fff;
  73. }
  74. .tech-skills-item {
  75. font-size: 14px;
  76. font-weight: 400;
  77. line-height: 24px;
  78. color: #ff6b08;
  79. margin-left: 15px;
  80. margin-top: 20px;
  81. }
  82. .tech-skils-text {
  83. color: #e4e5e7;
  84. }
  85. /*
  86. Можно было бы не создавать эти стили "soft",
  87. а просто прописать в index стили "tech"
  88. */
  89. .soft-skills-container {
  90. margin-top: 55px;
  91. margin-left: 40px;
  92. margin-right: 20px;
  93. color: #fff;
  94. }
  95. .soft-skills-title {
  96. font-size: 22px;
  97. font-weight: 700;
  98. line-height: 24px;
  99. color: #fff;
  100. }
  101. .soft-skills-item {
  102. font-size: 14px;
  103. font-weight: 400;
  104. line-height: 24px;
  105. color: #ff6b08;
  106. margin-left: 15px;
  107. margin-top: 20px;
  108. }
  109. .soft-skils-text {
  110. color: #e4e5e7;
  111. }
  112. .ocupation {
  113. font-size: 14px;
  114. font-weight: 700;
  115. line-height: 24px;
  116. /*margin-bottom: 23px;*/
  117. }
  118. .name {
  119. font-size: 45px;
  120. font-weight: 700;
  121. line-height: 89px;
  122. /*margin-bottom: 24px;*/
  123. }
  124. .description {
  125. font-size: 14px;
  126. font-weight: 400;
  127. line-height: 24px;
  128. /*width: 415px;*/
  129. margin-top: 24px;
  130. }
  131. .info-container {
  132. margin-bottom: 65px;
  133. }
  134. .projectsclass {
  135. font-size: 22px;
  136. font-weight: 700;
  137. line-height: 24px;
  138. margin-bottom: 10px;
  139. }
  140. .projects-order-title {
  141. font-size: 14px;
  142. font-weight: 400;
  143. line-height: 24px;
  144. color: #8e8e8e;
  145. margin-left: 17px;
  146. }
  147. .projects-order-list {
  148. font-size: 14px;
  149. font-weight: 400;
  150. line-height: 24px;
  151. color: #8e8e8e;
  152. }
  153. .projects-order-dots {
  154. font-size: 14px;
  155. font-weight: 100;
  156. line-height: 24px;
  157. color: #8e8e8e;
  158. }
  159. .black-b {
  160. color: #000;
  161. font-weight: 700;
  162. }
  163. .project-container {
  164. margin-bottom: 55px;
  165. }
  166. .professional-title {
  167. font-size: 16px;
  168. font-weight: 700;
  169. line-height: 24px;
  170. margin-top: 10px;
  171. margin-bottom: 5px;
  172. }
  173. .company {
  174. color: #ff6b08;
  175. }
  176. .work-period {
  177. color: #a8a8a8;
  178. font-family: Montserrat;
  179. font-size: 12px;
  180. font-weight: 400;
  181. line-height: 24px;
  182. }
  183. .prof-div {
  184. color: #000;
  185. font-weight: 700;
  186. }
  187. .profession-duties {
  188. margin-top: 5px;
  189. margin-bottom: 30px;
  190. }
  191. .profession-duties-item {
  192. color: #595959;
  193. font-size: 14px;
  194. font-weight: 400;
  195. line-height: 24px;
  196. margin-left: 22px;
  197. max-width: 540px;
  198. }
  199. .education-title {
  200. font-size: 22px;
  201. font-weight: 700;
  202. line-height: 24px;
  203. margin-bottom: 10px;
  204. }
  205. .university-title {
  206. color: #ff6b08;
  207. font-size: 16px;
  208. font-weight: 700;
  209. line-height: 24px;
  210. margin-bottom: 5px;
  211. }
  212. .specialty {
  213. font-size: 14px;
  214. font-weight: 700;
  215. line-height: 24px;
  216. }