forked from BhanuPrathapGoud/Anthropology-Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeautyWellness.html
75 lines (58 loc) · 2.67 KB
/
beautyWellness.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
<!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>Beauty & Wellness</title>
<link rel="stylesheet" href="itemscomm.css">
<link rel="stylesheet" href="slider.css">
<link rel="stylesheet" href="navsecod.css">
<link rel="stylesheet" href="menu.css">
<link rel="stylesheet" href="./sidebar.css">
<link rel="stylesheet" href="footer.css">
</head>
<body>
<div class="slideshow-container"></div>
<div class="Navsecond" ></div>
<div class="menu" id="myHeader"> </div>
<div class="main">
<div class="sidebar">
<h3>Browse by:</h3>
<hr>
<a href="./beautyWellness.html">Beauty $ Wellness</a>
<div class="dress-menu">
<ul style="list-style: none;padding: 0px;">
<li><a href="">New!</a></li>
<li><a href="">Top-Rated</a></li>
<li><a href="">Bath & Body</a></li>
<li><a href="">Makeup</a></li>
<li><a href="">Hair Care</a></li>
<li><a href="">Nails</a></li>
<li><a href="">Sun Care</a></li>
<li><a href="">Skin Care</a></li>
<li><a href="">Tool & Brushes</a></li>
<li><a href="">Candles & Home Fragrance</a></li>
<li><a href="">Tools & Brushes</a></li>
<li><a href="">Workout Gear</a></li>
<li><a href="">Wellness</a></li>
</ul>
</div>
</div>
<div id="mainbar">
<h2 class="h2">Beauty & Wellness</h2>
<select id="filter-select">
<option> ---- filter ---- </option>
<option value="high">High-to-Low</option>
<option value="low">Low-to-High</option>
</select>
<div class="productitems">
</div>
</div>
</div>
<div class="read" style=" width: 90%; margin :auto; ">
</div>
<div class="foter"></div>
</body>
</html>
<script type="module" src="./beautyWellness.js"></script>