-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbag.html
54 lines (46 loc) · 1.97 KB
/
bag.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
<!DOCTYPE html>
<html>
<title>Thanks For Choosing Us</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<style>
body,h1,h2{font-family: "Raleway", sans-serif}
body, html {height: 100%}
p {line-height: 2}
.bgimg, .bgimg2 {
min-height: 100%;
background-position: center;
background-size: 100%;
}
.bgimg {background-image: url("background123.jpg")}
.bgimg2 {background-image: url("background123.jpg")}
</style>
<body>
<!-- Header / Home-->
<header class="w3-display-container w3-wide bgimg w3-grayscale-min" id="home">
<div class="w3-display-middle w3-text-white w3-center">
<img src="JBB Images Directory/bag.jpg" alt="JBB" style="width:100%" class="w3-hover-opacity">
<h2 class="w3-jumbo"><a href="https://amzn.to/3gu950j" target="_blank">Fargo Sling Bag from Rs. 199</a></h2>
<h3>Join Our whatsapp For Fastest Updated Deals</h3>
<h2><b>Deal updated</b></h2>
</header>
<!-- Navbar (sticky bottom) -->
<body class="bgimg">
<div class="w3-bottom w3-hide-small">
<div class="w3-bar w3-white w3-center w3-padding w3-opacity-min w3-hover-opacity-off">
<a href="blog.html" style="width:25%" class="w3-bar-item w3-button">Home</a>
<a href="index.html" style="width:25%" class="w3-bar-item w3-button">Home Page</a>
<a href="https://chat.whatsapp.com/BkgyplYwYuN98ew5kku64M" style="width:25%" class="w3-bar-item w3-button">Whatsapp</a>
<a href="https://www.facebook.com/login/?next=https%3A%2F%2Fwww.facebook.com%2Fgroups%2F229330844850136%2F" style="width:25%" class="w3-bar-item w3-button w3-hover-black">Facebook</a>
</div>
</div>
</div>
</body>
<!-- About / Jane And John -->
<footer class="w3-center w3-black w3-padding-16">
</footer>
<div class="w3-hide-small" style="margin-bottom:32px"> </div>
</body>
</html>