projects.css 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .projects_page {
  2. height: 120vw;
  3. background-color: #dcb495;
  4. }
  5. .header_block {
  6. width: 100%;
  7. height: 50vw;
  8. background-position: center;
  9. display: flex;
  10. flex-direction: column;
  11. align-items: center;
  12. justify-content: center;
  13. background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url(../images/back_project_one.jpg);background-repeat: repeat; background-position: center;
  14. }
  15. .header_title {
  16. color: #ffffff;
  17. font-size: 7vw;
  18. }
  19. .header_title_2 {
  20. color: #ffffff;
  21. text-align: center;
  22. margin-top: 50px;
  23. font-size: 1.5vw;
  24. width: 50vw;
  25. }
  26. .find_block {
  27. width: 100%;
  28. height: 15vw;
  29. background-color: #dcb495;
  30. display: flex;
  31. align-items: center;
  32. flex-direction: row;
  33. justify-content: center;
  34. }
  35. .find_input_text {
  36. margin-right: 12px;
  37. background-color: #EDCBB0;
  38. border: #EDCBB0;
  39. width: 45vw;
  40. height: 5vw;
  41. color: #776658;
  42. border-radius: 30px;
  43. vertical-align: middle;
  44. }
  45. .find_input_button {
  46. margin-left: 12px;
  47. background-color: #9E795A;
  48. border: #9E795A;
  49. width: 10vw;
  50. height: 5vw;
  51. color: #ffffff;
  52. border-radius: 30px;
  53. vertical-align: middle;
  54. }
  55. .list_project_block {
  56. margin-left: 3%;
  57. border: 2px solid #694a2d;
  58. border-radius: 25px;
  59. width: 94%;
  60. height: 45vw;
  61. }
  62. .list_project {
  63. width: 95%;
  64. margin-left: 2.5%;
  65. height: 95%;
  66. margin-top: 2.5%;
  67. }