style.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
  2. body{
  3. margin: 0;
  4. font-family: 'Inter', sans-serif;
  5. }
  6. p{
  7. padding: 0;
  8. margin:0;
  9. }
  10. .header {
  11. width: 100%;
  12. border-bottom: solid 1px black;
  13. display: flex;
  14. justify-content: space-around;
  15. align-items: center;
  16. font-size: 24px;
  17. }
  18. li {
  19. list-style-type: none;
  20. }
  21. .header div{
  22. margin-bottom: 15px;
  23. }
  24. .about_us{
  25. padding-top: 55px;
  26. width: 80%;
  27. margin: auto;
  28. display: flex;
  29. font-size: 32px;
  30. }
  31. .au_hc{
  32. width: 30%;
  33. border-left: 3px solid #BF7D89;
  34. height: 70px;
  35. display: flex;
  36. align-items: center;
  37. padding-left:15px ;
  38. font-size: 32px;
  39. }
  40. .au_mc p{
  41. margin-bottom: 15px;
  42. }
  43. .permisions{
  44. font-size: 32px;
  45. padding-top: 65px;
  46. width: 80%;
  47. margin: auto;
  48. }
  49. .container{
  50. background-color: #F9D5DC;
  51. width: 100%;
  52. margin-top: 50px;
  53. }
  54. .p_mc{
  55. font-size: 32px;
  56. margin-top: 100px;
  57. }
  58. .p_hc{
  59. width: 30%;
  60. border-left: 3px solid #BF7D89;
  61. height: 70px;
  62. display: flex;
  63. align-items: center;
  64. padding-left:15px ;
  65. font-size: 32px;
  66. }
  67. .p_mc_img{
  68. display: flex;
  69. justify-content: space-between;
  70. width: 100%;
  71. }
  72. .permission_list{
  73. margin-bottom: 60px;
  74. display: flex;
  75. align-items: center;
  76. flex-direction: column;
  77. width: 25%;
  78. text-align: center;
  79. }
  80. .permission_list img{
  81. width: 90px;
  82. }
  83. .categories_sale{
  84. padding-top: 95px;
  85. width: 80%;
  86. margin: auto;
  87. font-size: 32px;
  88. padding-bottom: 40px;
  89. }
  90. .categories {
  91. display: flex;
  92. justify-content: space-between;
  93. }
  94. .categories :nth-child(1n){
  95. background-image: url(images/jen.png);
  96. }
  97. .categories :nth-child(2n){
  98. background-image: url(images/muj.png);
  99. }
  100. .categories :nth-child(3n){
  101. background-image: url(images/design.png);
  102. }
  103. .categories_img{
  104. height: 60vh ;
  105. width: 30%;
  106. background-size: cover;
  107. display: flex;
  108. align-items: flex-end;
  109. justify-content: center;
  110. }
  111. .categories p {
  112. color: white;
  113. font-weight: 700;
  114. padding-bottom: 3vh;
  115. }
  116. .sale{
  117. margin-top: 100px;
  118. background-image: url(images/sale.png);
  119. height: 25vh;
  120. background-size: cover;
  121. font-size: 36px;
  122. font-weight: 700;
  123. color: white;
  124. width: 100%;
  125. display: flex;
  126. }
  127. .subscribe{
  128. float: left;
  129. display: flex;
  130. align-items: center;
  131. padding-left: 120px;
  132. margin-right: 100px;
  133. }
  134. .sale_subs{
  135. background-color: #F3B6C1;
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. height: 70px;
  140. width: 70vh;
  141. margin-top: 30px;
  142. margin-bottom: 30px;
  143. }
  144. .mail_subs{
  145. display: flex;
  146. }
  147. .mail{
  148. background-color: white;
  149. color: black;
  150. font-weight:400;
  151. height: 70px;
  152. display: flex;
  153. align-items: center;
  154. justify-content: center;
  155. width: 35vh;
  156. font-size: 32px;
  157. }
  158. .subs{
  159. background-color: #F3B6C1;
  160. display: flex;
  161. align-items: center;
  162. justify-content: center;
  163. height: 70px;
  164. width: 35vh;
  165. }
  166. .container_two{
  167. background-color: #8C7175;
  168. width: 100%;
  169. margin-top: 50px;
  170. }
  171. .pedicure_repair{
  172. padding-top: 65px;
  173. width: 80%;
  174. margin: auto;
  175. display: flex;
  176. justify-content: space-between;
  177. font-size: 32px;
  178. padding-bottom: 65px;
  179. }
  180. .pedicure_repair :nth-child(1n){
  181. background-image: url(images/ped_jen.png);
  182. }
  183. .pedicure_repair :nth-child(2n){
  184. background-image: url(images/ped_muj.png);
  185. }
  186. .pedicure_repair :nth-child(3n){
  187. background-image: url(images/repair.png);
  188. }
  189. .pedicure_repair_img{
  190. height: 60vh ;
  191. width: 30%;
  192. background-size: cover;
  193. display: flex;
  194. align-items: flex-end;
  195. justify-content: center;
  196. }
  197. .pedicure_repair_img p {
  198. margin-bottom: 3vh;
  199. color: white;
  200. font-weight: 700;
  201. }
  202. .strengthening_extension{
  203. padding-top: 105px;
  204. width: 80%;
  205. margin: auto;
  206. display: flex;
  207. justify-content: space-between;
  208. font-size: 32px;
  209. padding-bottom: 65px;
  210. }
  211. .strengthening_extension :nth-child(1n){
  212. background-image: url(images/str.png)
  213. }
  214. .strengthening_extension :nth-child(2n){
  215. background-image: url(images/ext.png)
  216. }
  217. .strengthening_extension_img{
  218. height: 30vh ;
  219. width: 48%;
  220. background-size: cover;
  221. display: flex;
  222. align-items: flex-end;
  223. justify-content: center;
  224. }
  225. .strengthening_extension_img p {
  226. margin-bottom: 3vh;
  227. color: white;
  228. font-weight: 700;
  229. }
  230. .footer{
  231. font-size: 32px;
  232. padding-top: 100px;
  233. width: 80%;
  234. margin: auto;
  235. height: 700px;
  236. }
  237. .footer_logo{
  238. display: flex;
  239. justify-content: center;
  240. font-size: 60px;
  241. font-weight: 500;
  242. padding-bottom: 50px;
  243. }
  244. .social_media{
  245. display: flex;
  246. justify-content: center;
  247. padding-bottom: 50px;
  248. }
  249. .social_media img{
  250. margin-left: 30px;
  251. }
  252. .footer_nav{
  253. display: flex;
  254. justify-content: center;
  255. }
  256. .footer_nav p{
  257. margin-left: 50px;
  258. }
  259. ul{
  260. display: flex;
  261. justify-content: center;
  262. }
  263. li{
  264. margin-right: 40px;
  265. }
  266. .container_gradient{
  267. background: linear-gradient(white, black);
  268. }