Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. .all
  2. {
  3. position: relative;
  4. width: 1000px;
  5. margin: auto;
  6. margin: 100px auto;
  7. }
  8.  
  9. .block_with_photo
  10. {
  11. position: relative;
  12. display: flex;
  13. }
  14.  
  15. .image
  16. {
  17. position: relative;
  18. width: 33%;
  19. }
  20.  
  21. .image img
  22. {
  23. width: 100%;
  24. height: auto;
  25. }
  26.  
  27. .div_quote
  28. {
  29. position: relative;
  30. width: 66%;
  31. align-items: center;
  32. margin: 0;
  33. }
  34.  
  35. .quotes img
  36. {
  37. position: absolute;
  38. width: 70%;
  39. padding: 20px 0 0 50px;
  40. }
  41.  
  42. .quote
  43. {
  44. position: absolute;
  45. font-size: 20px;
  46. line-height: 32px;
  47. color: rgb(132,132,132);
  48. font-family: "Georgia";
  49. font-style: italic;
  50. margin: 0;
  51. padding: 80px 95px 0;
  52. }
  53.  
  54. .all_text
  55. {
  56. position: relative;
  57. display: flex;
  58. }
  59.  
  60. .lists
  61. {
  62. position: relative;
  63. width: 33%;
  64. }
  65.  
  66. .title_lists
  67. {
  68. color: rgb(21,169,140);
  69. font-size: 24px;
  70. line-height: 32px;
  71. color: rgb(21,169,140);
  72. font-family: "Open Sans";
  73. font-weight: bold;
  74. }
  75.  
  76. .lists_character
  77. {
  78. font-size: 19px;
  79. line-height: 36px;
  80. color: rgb(85,85,85);
  81. font-family: "Georgia";
  82. margin-bottom: 0;
  83. }
  84.  
  85. .div_list_one
  86. {
  87. position: relative;
  88. padding: 0;
  89. top: 20px;
  90. }
  91.  
  92. .div_list_two
  93. {
  94. position: relative;
  95. padding: 0;
  96. top: 40px;
  97. }
  98.  
  99. .div_text
  100. {
  101. position: relative;
  102. width: 66%;
  103. padding-left: 50px;
  104. box-sizing: border-box;
  105. }
  106.  
  107. .title_text_min
  108. {
  109. position: relative;
  110. font-size: 48px;
  111. line-height: 42px;
  112. color: rgb(51,51,51);
  113. font-family: "Open Sans";
  114. font-weight: bold;
  115. margin-bottom: 25px;
  116. }
  117.  
  118. .underline
  119. {
  120. width: 60px;
  121. height: 6px;
  122. background-color: rgb(21,169,140);
  123. border-radius: 3px;
  124. margin-bottom: 50px;
  125. }
  126.  
  127. .text_min
  128. {
  129. margin-top: 0px;
  130. width: 561px;
  131. font-size: 19px;
  132. line-height: 32px;
  133. color: rgb(85,85,85);
  134. font-family: "Georgia";
  135. }
  136.  
  137. .title_text_max
  138. {
  139. font-size: 36px;
  140. line-height: 42px;
  141. color: rgb(51,51,51);
  142. font-family: "Open Sans";
  143. }
  144.  
  145. .text_max
  146. {
  147. width: 562px;
  148. height: 263px;
  149. font-size: 19px;
  150. line-height: 32px;
  151. color: rgb(85,85,85);
  152. font-family: "Georgia";
  153. }
  154.  
  155. .link
  156. {
  157. width: 562px;
  158. height: 263px;
  159. font-size: 19px;
  160. line-height: 32px;
  161. color: rgb(21,169,139);
  162. font-family: "Georgia";
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement