-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
78 lines (69 loc) · 2.47 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<title>NewTheMallBD</title>
<link rel="stylesheet" href="themallbd.css">
<meta charset="UTF-8">
<meta name="viewport" content="width= device-width, initial-scale.0">
<script src="https://kit.fontawesome.com/cbb423f722.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="background">
<div class="dropdown" style="float:left;">
<br>
<button class="dropbtn"> Women</button>
<div class="dropdown-content" style="left:0;">
<a href="#link1">Link 1</a>
<a href="#link2">Link 2</a>
<a href="#link3">Link 3</a>
</div>
</div>
<div class="dropdown" style="float:left;">
<br>
<button class="dropbtn"> Men</button>
<div class="dropdown-content" style="left:0;">
<a href="#link1">Link 1</a>
<a href="#link2">Link 2</a>
<a href="#link3">Link 3</a>
</div>
</div>
<div class="dropdown" style="float:left;">
<br>
<button class="dropbtn"> Baby Care</button>
<div class="dropdown-content" style="left:0;">
<a href="#link1">Link 1</a>
<a href="#link2">Link 2</a>
<a href="#link3">Link 3</a>
</div>
</div>
<div class="dropdown" style="float:left;">
<br>
<button class="dropbtn"> Skin Care & Bath</button>
<div class="dropdown-content" style="left:0;">
<a href="#link1">Link 1</a>
<a href="#link2">Link 2</a>
<a href="#link3">Link 3</a>
</div>
</div>
<div class="dropdown" style="float:left;">
<br>
<button class="dropbtn"> Food</button>
<div class="dropdown-content" style="left:0;">
<a href="#link1">Link 1</a>
<a href="#link2">Link 2</a>
<a href="#link3">Link 3</a>
</div>
</div>
<div class="dropdown" style="float: right;">
<br>
<input type="search" class="fa fa-search" id="mySearch" placeholder="SearchME...">
<button type="submit"><i class="fa fa-search"></i></button>
</div>
</div>
<br>
<br>
<h1>Welcome to the new mall bd website </h1>
<h2>Start your skincare journey</h2>
<p> This is really great. Keep it up</p>
</body>
</html>