-
Notifications
You must be signed in to change notification settings - Fork 1
/
shotoronji3.html
59 lines (53 loc) · 2.14 KB
/
shotoronji3.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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dyuti - Home</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<link rel="stylesheet" href="basket4.css">
</head>
<body>
<header class="header">
<div class="logo">
<img src="Dyuti.PNG" alt="Dyuti Logo">
</div>
<nav class="navbar">
<ul class="nav-menu">
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="About Us.html">About Us</a></li>
<li class="menu-item"><a href="Allcategory.html">Shop</a></li>
<li class="menu-item dropdown">
<a href="login.html" class="dropdown-toggle"><i class="fas fa-user"></i></a>
<ul class="dropdown-menu">
</ul>
</li>
<li class="menu-item"><a href="#"><i class="fas fa-shopping-cart"></i></a></li>
</ul>
</nav>
</header>
<br>
<div class="small-container single-product">
<div class="row">
<div class="col-2">
<img src="shotoronji3.jpg">
<p>"Handwoven from natural jute, this braided basket brings a touch of earthy elegance to your home. Strong and durable, it's perfect for storage or adding a decorative flourish."</p>
</div>
<div class="col-2">
<div class="right">
<p><a style="color: #6c6a6a; font-size: medium; text-decoration: none;" href="index.html">Home</a>
/
<a style="color: #6c6a6a; font-size: medium; text-decoration: none;" href="shotoronji.html">Shotoronji</a>
/
<a style="color: #6c6a6a; font-size: medium; text-decoration: none;" href="shotoronji3.html">Braided Jute Basket(Round)</a></p>
<h1 style="color: rgb(119, 31, 15); text-size:24px;">Braided Jute Basket (Round)</h1>
<div class="right2">
<h4>700.00৳-900.00৳</h4>
<input type = "number" value="1" min="1">
<button>Add To Cart</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>