-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproduct.html
67 lines (65 loc) · 1.87 KB
/
product.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
<!-- @format -->
<!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>Document</title>
<link rel="stylesheet" href="product_style.css" />
<link rel="stylesheet" href="style_nav.css" />
<link rel="stylesheet" href="./css/main.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@40,200,0,0" />
</head>
<body>
<div class="nav"></div>
<!-- <hr /> -->
<div id="filters">
<div class="A">
<div>
<span class="material-symbols-outlined"> store</span>
</div>
<div id="In-store">In-store</div>
</div>
<div id="Price" class="A">
<div>
<span class="material-symbols-outlined"> attach_money </span>
</div>
<div>Price</div>
</div>
<div id="brand" class="A">
<div>
<span class="material-symbols-outlined"> </span>
</div>
<div>Brand</div>
</div>
<div id="Speed" class="A">
<div>
<span
style="margin: 5px 5px -15px 5px"
class="material-symbols-outlined">
schedule
</span>
</div>
<div>Speed</div>
</div>
<div id="empty">clear all</div>
<div id="ls">
<div>Sort |  <span id="change">Best Match </span></div>
</div>
</div>
<div id="hidden">
<div class="ol"></div>
<div id="oll" class="ol"></div>
<div id="ohl" class="ol"></div>
<div id="opl" class="ol"></div>
</div>
<div id="body"></div>
<!-- <div class ="nav"></div> -->
<!-- <hr /> -->
<div id="footer-container"></div>
</body>
</html>
<script src="product.js" type="module"></script>