App.css 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. .App {
  2. text-align: left;
  3. }
  4. .App-logo {
  5. height: 10vmin;
  6. pointer-events: none;
  7. }
  8. @media (prefers-reduced-motion: no-preference) {
  9. .App-logo {
  10. animation: App-logo-spin infinite 20s linear;
  11. }
  12. }
  13. .App-header {
  14. background-color: #282c34;
  15. min-height: 20vh;
  16. font-size: calc(10px + 2vmin);
  17. color: white;
  18. }
  19. .App-link {
  20. color: #61dafb;
  21. }
  22. @keyframes App-logo-spin {
  23. from {
  24. transform: rotate(0deg);
  25. }
  26. to {
  27. transform: rotate(360deg);
  28. }
  29. }
  30. body {
  31. margin: 0;
  32. }
  33. html {
  34. box-sizing: inherit;
  35. }
  36. *,
  37. *::before,
  38. *::after {
  39. box-sizing: inherit;
  40. }
  41. .wrapper {
  42. width: 100%;
  43. position: relative;
  44. overflow: hidden;
  45. }
  46. img {
  47. max-width: 100%;
  48. height: auto;
  49. vertical-align: top;
  50. }
  51. .page-1 {
  52. width: 100%;
  53. height: 700px;
  54. background: #EEEFF1;
  55. }
  56. .navigation {
  57. display: flex;
  58. }
  59. .wb {
  60. display: flex;
  61. width: 96px;
  62. height: 60px;
  63. padding-left: 380px;
  64. padding-top: 50px;
  65. font-family: Revalia;
  66. font-style: normal;
  67. font-weight: 400;
  68. font-size: 48px;
  69. line-height: 60px;
  70. text-align: center;
  71. color: #34547A;
  72. }
  73. .navigation-list {
  74. display: flex;
  75. padding-left: 265px;
  76. padding-top: 53px;
  77. width: 666px;
  78. height: 16px;
  79. list-style: none;
  80. }
  81. .nav-item {
  82. padding-left: 42px;
  83. cursor: pointer;
  84. font-weight: 500;
  85. font-size: 16px;
  86. line-height: 26px;
  87. letter-spacing: 0.1em;
  88. }
  89. .nav-item:nth-child(1){
  90. color: #34547A;
  91. }
  92. .comp-text{
  93. display: flex;
  94. padding-left: 428px;
  95. padding-top: 162px;
  96. width: 1028px;
  97. }
  98. .comp {
  99. width: 30%;
  100. height: auto;
  101. }
  102. .text-lorem {
  103. margin-left: 140px;
  104. width: 540px;
  105. margin-top: -80px;
  106. }
  107. .design {
  108. font-family: 'Roboto';
  109. font-style: normal;
  110. font-weight: 900;
  111. font-size: 48px;
  112. line-height: 79px;
  113. color: #000000;
  114. }
  115. .lorem-ruba {
  116. font-family: 'Roboto';
  117. font-style: normal;
  118. font-weight: 400;
  119. font-size: 16px;
  120. line-height: 26px;
  121. color: #727272;
  122. padding-bottom: 60px;
  123. }
  124. .button-1 {
  125. width: 225px;
  126. height: 65px;
  127. background: #34547A;
  128. color: white;
  129. font-family: 'Roboto';
  130. font-style: normal;
  131. font-weight: 400;
  132. font-size: 16px;
  133. line-height: 26px;
  134. text-align: center;
  135. letter-spacing: 0.1em;
  136. border: none;
  137. }
  138. .button-1:hover {
  139. background: #256abf;;
  140. }
  141. /* Обо мне */
  142. .obo-mne {
  143. padding-top: 119px;
  144. padding-bottom: 100px;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. flex-direction: column;
  149. }
  150. .obo-mne-1 {
  151. font-family: 'Roboto';
  152. font-size: 32px;
  153. line-height: 38px;
  154. color: #000000;
  155. }
  156. .obo-mne-lorem {
  157. margin-top: 25px;
  158. width: 540px;
  159. color: #727272;
  160. font-size: 16px;
  161. line-height: 26px;
  162. text-align: center;
  163. font-style: normal;
  164. font-weight: 400;
  165. }
  166. /* progect-40*/
  167. .project-40 {
  168. width: 100%;
  169. height: 250px;
  170. background-image: url(../public/img/numbers__item.png);
  171. background: #34547A;
  172. display: flex;
  173. justify-content: space-around;
  174. }
  175. .progect-list {
  176. padding-top: 85px;
  177. display: flex;
  178. list-style: none;
  179. }
  180. .progect-li {
  181. padding-left: 40px;
  182. width: 12%;
  183. height: auto;
  184. }
  185. /*page3*/
  186. .container {
  187. max-width: 1180px;
  188. padding: 0 15px;
  189. margin: 0 auto;
  190. }
  191. .section-skill {
  192. padding: 100px 0;
  193. }
  194. .skill-row {
  195. display: flex;
  196. margin: 0 -75px;
  197. }
  198. .skill-col {
  199. width: 50%;
  200. padding: 0 75px;
  201. }
  202. .skill-text {
  203. display: flex;
  204. flex-direction: column;
  205. justify-content: center;
  206. }
  207. .skill-bg {
  208. height: 100%;
  209. background-size: cover;
  210. background-position: center;
  211. background-repeat: no-repeat;
  212. background-image: url(C:/Users/Кононенко/Desktop/A-level/JS/myproject/public/img/Rectangle.jpg);
  213. }
  214. .section-header {
  215. padding-bottom: 25px;
  216. }
  217. .section-header .title {
  218. font-size: 32px;
  219. line-height: 1.18;
  220. font-weight: 500;
  221. margin: 0 0 25%;
  222. }
  223. .skill-title {
  224. color: #727272;
  225. font-size: 16px;
  226. line-height: 1.6;
  227. display: block;
  228. margin-bottom: 20px;
  229. }
  230. .skill-item:not(:last-child) {
  231. margin-bottom: 30px;
  232. }
  233. .skill-wrap {
  234. position: relative;
  235. height: 4px;
  236. background: #c4c4c4;
  237. }
  238. .skill {
  239. position: relative;
  240. top: 0;
  241. bottom: 0;
  242. left: 0;
  243. background: #34547a;
  244. width: 85%;
  245. }
  246. /* page 4 work */
  247. .work {
  248. background: #EEEFF1;
  249. display: flex;
  250. justify-content: center;
  251. width: 100%;
  252. height: 800px;
  253. flex-direction: column;
  254. }
  255. .work-h2 {
  256. text-align: center;
  257. padding-top: 0px;
  258. padding-bottom: 30px;
  259. font-family: 'Roboto';
  260. font-style: normal;
  261. font-weight: 500;
  262. font-size: 32px;
  263. line-height: 38px;
  264. color: #000000;
  265. }
  266. .work-p {
  267. font-family: 'Roboto';
  268. font-style: normal;
  269. font-weight: 400;
  270. font-size: 16px;
  271. line-height: 26px;
  272. color: #727272;
  273. width: 540px;
  274. text-indent: 20px;
  275. padding-bottom: 50px;
  276. margin: 0 auto;
  277. }
  278. .work-img {
  279. text-align: center;
  280. padding-bottom: 100px;
  281. }
  282. .work-liters {
  283. width: 50%;
  284. }
  285. .img-buttom {
  286. position: absolute;
  287. width: 5%;
  288. top: 2350px;
  289. left: 719px;
  290. cursor: pointer;
  291. }
  292. /* blok5 */
  293. .img-spisok {
  294. display: flex;
  295. flex-wrap: wrap;
  296. width: 100%;
  297. padding: 0;
  298. }
  299. .img-list {
  300. width: 25%;
  301. list-style: none;
  302. opacity: 1;
  303. }
  304. .img-list:hover {
  305. opacity: 0.6;
  306. }
  307. .img-spisok-microsoft {
  308. display: flex;
  309. justify-content: center;
  310. padding: 50px 100px;
  311. }
  312. .img-list-microsoft {
  313. padding-left: 50px;
  314. list-style: none;
  315. width: 13%;
  316. }
  317. /* container-pole */
  318. .container-pole {
  319. background: #EEEFF1;
  320. width: 100%;
  321. height: 762px;
  322. }
  323. .container-pole {
  324. display: flex;
  325. justify-content: center;
  326. }
  327. .polya-2 {
  328. text-align: center;
  329. border: none;
  330. width: 550px;
  331. }
  332. .vashe-ime {
  333. width: 255px;
  334. height: 50px;
  335. border: none;
  336. }
  337. .vash-email {
  338. margin-left: 20px;
  339. width: 255px;
  340. height: 50px;
  341. border: none;
  342. }
  343. .message {
  344. margin-top: 30px;
  345. width: 540px;
  346. height: 175px;
  347. border: none;
  348. }
  349. .button-2 {
  350. width: 225px;
  351. height: 65px;
  352. background: #34547A;
  353. color: white;
  354. font-family: 'Roboto';
  355. font-style: normal;
  356. font-weight: 400;
  357. font-size: 16px;
  358. line-height: 26px;
  359. letter-spacing: 0.1em;
  360. border: none;
  361. margin-top: 70px;
  362. margin-left: 29%;
  363. }
  364. .button-2:hover {
  365. background: #256abf;
  366. ;
  367. }
  368. /* footer */
  369. .footer {
  370. width: 100%;
  371. height: 151px;
  372. background: #34547A;
  373. }
  374. .footer-div {
  375. display: flex;
  376. justify-content: space-around;
  377. }
  378. .footer-Ivan {
  379. margin: 15px;
  380. }
  381. .footer-Ivan-text-ivan {
  382. font-family: 'Roboto';
  383. font-style: normal;
  384. font-weight: 500;
  385. font-size: 21px;
  386. line-height: 25px;
  387. color: #FFFFFF;
  388. }
  389. .footer-Ivan-text-2018 {
  390. font-family: 'Roboto';
  391. font-style: normal;
  392. font-weight: 400;
  393. font-size: 13px;
  394. line-height: 21px;
  395. color: #FFFFFF;
  396. }
  397. .footer-vk {
  398. margin-top: 54px;
  399. }