-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
57 lines (46 loc) · 2.2 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Pheonix Club</title>
<link rel="icon" type="image/x-icon" href="https://e7.pngegg.com/pngimages/888/34/png-clipart-red-phoenix-logo-greenville-winston-salem-preparatory-academy-winston-township-sport-phoenix-logo-united-states.png">
</head>
<body>
<div>
<img src="1.png" class="d-block w-100" alt="...">
</div>
<div class="sidenav">
<a class="navbar-brand" href="https://e7.pngegg.com/pngimages/888/34/png-clipart-red-phoenix-logo-greenville-winston-salem-preparatory-academy-winston-township-sport-phoenix-logo-united-states.png">
<div class="logo-image">
<img src="https://e7.pngegg.com/pngimages/888/34/png-clipart-red-phoenix-logo-greenville-winston-salem-preparatory-academy-winston-township-sport-phoenix-logo-united-states.png" height:"50" width="50">
</div>
</a>
<a style="color:antiquewhite;">Pheonix Club</a>
<a href="about.html">About</a>
<a href="home.html">Home</a>
<a href="gallary.html">Gallary</a>
<button class="btn" id="navbtn">Call now</button>
</div>
<div class="main">
<h1>HOME</h1>
<p>Shop our wide collection of books of all genre and authors and enjoy free shipping if you're in Pakistan.</p>
<p style="color: #A1000C"><b>We deliver books for home, offices and schools. You can even order books for loved ones.</b></p>
<div class="flex-container">
<div class="flex-item-left">Best</div>
<div class="flex-item-right">Selling</div>
</div>
<br>
<br />
<div class="card">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRHQK3r5f2MKbE5rpsPl9Dz4xB9mpjP59vwWX3k5qh1pm-M5sOChUrNhTTKQuImR0AMimI&usqp=CAU">
<h1>HARRY POTTER</h1>
<a href="info.html">view info</a>
</div>
<br>
</div>>
<div>
</body>
</html>