-
Notifications
You must be signed in to change notification settings - Fork 1
/
mirror6.html
59 lines (53 loc) · 2.16 KB
/
mirror6.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="mirror6.jpg">
<p>"A woven moonbeam, the macrame mirror hangs - a handcrafted dream. Moonlight dances through intricate knots, whispering stories of patient hands and a creative spirit. It's a bohemian tapestry mirroring the soul of its maker."</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="mirror.html">Mirror</a>
/
<a style="color: #6c6a6a; font-size: medium; text-decoration: none;" href="mirror6.html">Macrame Mirror(Round)</a></p>
<h1 style="color: rgb(119, 31, 15); text-size:24px;">Macrame Mirror (Round)</h1>
<div class="right2">
<h4>1550.00৳</h4>
<input type = "number" value="1" min="1">
<button>Add To Cart</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>