-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (39 loc) · 1.62 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> dars 10 dars </title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<nav>
<div class="container">
<h1>imtihon</h1>
<div class="imgs">
<img class="img" src="./images/1.png" alt="png">
<img class="img-imgs" src="./images/heart-1.png" alt="png">
</div>
<div class="btnn">
<button class="he-button">Gross <img src="images/chevron-down.png" alt="png"></button>
<button class="he-button search-img">Search <img src="images/search.png" class="img-search" alt="png"></button>
<button class="he-button">Aa-Zz <img src="images/chevron-down.png" alt="png"></button>
<button class="he-button">Button</button>
</div>
<div class="pokemon">
<div class="drug">
</div>
</div>
<button class="btns atoz">A to Z</button>
<button class="btns ztoa">Z to A</button>
<button class="btns lowtohigh">low-to-kg</button>
<button class="btns hightoLow">high-to-age</button>
</div>
</nav>
</header>
<script src="script.js"></script>
</body>
</html>