-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhaircare.html
269 lines (235 loc) · 5.84 KB
/
haircare.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hair Care</title>
<link rel="stylesheet" href="./HeaderNFooter/HomepageNav/Components/footer.css">
<script
src="https://kit.fontawesome.com/34483ec9ab.js"
crossorigin="anonymous"
></script>
<style>
#page_navbar1{
display: flex;
justify-content: flex-start;
gap: 20px;
width: 80%;
margin: auto;
}
#Hair{
border: 2px solid rgb(243, 57, 147);
padding: 10px 10px 10px 10px;
font-size: 16px;
font-weight: lighter;
color: rgb(112, 114, 116);
border-radius: 7px;
text-align: center;
padding: 20px 15px 15px 20px;
}
#Hair:hover{
background-color: rgb(243, 57, 147);
color: white;
cursor: pointer;
}
.hair{
text-align: center;
font-weight: bold;
text-size-adjust: 10px;
}
/* #top_img{
height: 50px;
width: 20%;
margin-left: 35rem;;
;
} */
#top_1{
display: flex;
justify-content: flex-start;
width: 100%;
gap: 32rem;
height: 50px;
padding: 15px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#mid_1{
width: 80%;
display: flex;
gap: 15px;
margin: auto;
}
#mid_3>h3{
margin-top: 20rem;
margin-left: 35px;
font-size: 25px;
line-height: 35px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: bold;
color: rgb(112, 114, 116);
text-align: justify;
}
#mid_3>p{
line-height: 35px;
margin-left: 35px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 20px;
text-align: justify;
word-break:keep-all;
}
#ran_1{
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-rows: repeat(3,1fr);
gap: 15px;
width: 80%;
margin: auto;
margin-top: 50px;
}
.hair_01{
height: 400px;
width: 350px
}
.countribute_1{
color: rgb(90, 93, 96);
font-size: 20px;
font-weight: bold;
}
#footer{
margin-top: -500px;
}
a{
text-decoration: none;
color:rgb(243, 57, 147) ;
}
#second_mid_1{
display: flex;
justify-content: flex-end;
width: 80%;
margin: auto;
gap: 20px;
}
#second_mid_1>div{
margin-top: -65rem;
}
#second_mid_1>div>h3{
font-size: 25px;
font-weight: bold;
color: rgb(112, 114, 116);
text-align: justify;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
line-height: 35px;
margin-top: 20rem;
}
#second_mid_1>div>h3+p{
font-size: 20px;
font-weight: bold;
color: rgb(31, 31, 31);
text-align: justify;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
line-height: 35px;
word-break:keep-all;
}
#HairCare{
height: 50rem;
margin-left: 15px;
}
#bottom_div_1{
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-rows: repeat(3,1fr);
gap: 15px;
width: 80%;
margin: auto;
}
.hair_02{
height: 400px;
width: 350px;
}
.countribute_2{
color: rgb(90, 93, 96);
font-size: 20px;
font-weight: bold;
}
#below_1{
display: flex;
gap: 10px;
margin-left: 15px;
}
#below_1>p{
color: rgb(243, 57, 147);
font-size: 16px;
font-weight: bold;
}
#below_1 >.bl_1{
color: black;
font-weight: bold;
}
</style>
</head>
<body>
<div id="top_1">
<img
src="https://cdn.pixabay.com/photo/2017/11/07/07/06/menu-2925825_960_720.png"
alt=""
/>
<img
src="https://cdn2.stylecraze.com/wp-content/uploads/static-content/logos/sc-logo.png.webp"
alt=""
/>
</div>
<div id="below_1">
<p><a href="./index.html">Home</a></p>
<p class="bl_1">>></p>
<p>Hair care</p>
</div>
<h1 class="hair"><u>HAIR CARE</u></h1>
<div id="page_navbar1">
<h2 id="Hair">Dry Hair Care</h2>
<h2 id="Hair">hair Care Solutions</h2>
<h2 id="Hair">Dandruff</h2>
<h2 id="Hair">Hair Treatment</h2>
<h2 id="Hair">Basic Hair care</h2>
<h2 id="Hair">Hair fall</h2>
<h2 id="Hair">Hair Growth</h2>
<h2 id="Hair">Hair Colour</h2>
<h2 id="Hair">Hair Care Ideas</h2>
</div>
<div id="mid_1">
<div>
<img id="img2"
src="https://cdn2.stylecraze.com/wp-content/uploads/2018/05/20-Amazing-Blue-Black-Hair-Color-Looks-720x810.jpg.webp"
alt=""
/>
</div>
<div id="mid_3">
<h3>
20 Amazing Blue Black Hair Color Looks
</h3>
<p>
Blue-black hair is the infinity stone of hair colors! This hair color has become a huge trend in recent times. There are multiple shades of this color that women love to sport. Here are the 20 best ones. How To […]
</p>
</div>
</div>
<!-- Append products inside div -->
<div id="ran_1">
</div>
<div id="second_mid_1">
<div>
<h3>
Best Hair Color For Hazel Eyes With Different Skin Tones
</h3>
<p>
Picking out a new hair color can be a daunting task. You have to consider skin tone, eye color, hair type, lifestyle, etc. There are so many colors and shades to choose from, and you may wonder how to pick […]
</p>
</div>
<div>
<img id="HairCare" src="https://cdn2.stylecraze.com/wp-content/uploads/2016/11/747-304835162-720x810.jpg.webp" alt="">
</div>
</div>
<div id="bottom_div_1"></div>
<div id="footer">
</div>
</body>
</html>
<script type="module" src="./haircare.js"></script>