-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
72 lines (67 loc) · 2.21 KB
/
Copy pathform.html
File metadata and controls
72 lines (67 loc) · 2.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Icon links -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Icon links end -->
<title>Document</title>
<link rel="stylesheet" href="./form.css">
</head>
<body>
<!-- Main wrapper -->
<div class="wrapper">
<!-- Navbar -->
<nav>
<!-- Logotype -->
<div class="Logo">
<a href="./index.html"><img src="./img/logtype.png" alt=""></a>
</div>
<!-- Logotype end -->
<!-- links -->
<div class="links">
<a href="">KATALOG</a>
<a href="">BIZ HAQIMIZDA</a>
</div>
<!-- Links end -->
<!-- Contacts -->
<div class="contacts">
<div class="formInput">
<input type="text" name="" id="">
</div>
<button class="chooseCountry">UZ</button>
<div class="all">
<p id="allProduct"></p>
</div>
<button class="card"><i class="fa-solid fa-cart-shopping"></i></button>
<button class="user"><i class="fa-regular fa-user"></i></button>
</div>
<!-- Contacts end -->
</nav>
<!-- Navbar end -->
<!-- Asosiy pagedan kelgan productlar -->
<div class="productAll">
</div>
<div class="UmumiyMahsulotlarCard">
<img src="./img/logtype.png" alt="">
<div class="umumiy-mahsulot">
<p>Narxi:</p>
<span>Chegirma:</span>
<b>Yetkazib berish:</b>
<div class="line"></div>
<h3>Jami:</h3>
<button class="tasdiqlash">Buyurtmani tastiqlash</button>
</div>
<div class="umumiy-narx">
<p class="narxi">000so'm</p>
<p class="chegirma1">10%</p>
<p class="dostavka">15000</p>
<span class="jami">0</span>
</div>
</div>
</div>
<!-- Main wrapper end -->
</body>
<script src="./form.js"></script>
</html>