-
Notifications
You must be signed in to change notification settings - Fork 231
Expand file tree
/
Copy pathall_pro.html
More file actions
53 lines (53 loc) · 1.52 KB
/
all_pro.html
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KhGaurik</title>
<link rel="stylesheet" href="allpro.css" />
</head>
<body>
<div class="hero">
<nav>
<h1><span>MY</span>Site</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="product.html" class="active">Products</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="cart.html">Cart</a></li>
</ul>
<button>Sign Up!</button>
</nav>
</div>
<div class="all">
<div class="maca">
<div class="main-img">
<img src="./car.jpeg" alt="">
</div>
<div class="smaller">
<img src="./a1 (1).jpeg" alt="">
<img src="./a1 (2).jpeg" alt="">
<img src="./a1 (3).jpeg" alt="">
</div>
</div>
<div class="tex">
<h1>My New Digital Art Design!</h1>
<p>You will not find anything like this!</p>
<ul>
<li>Assured Guarantee</li>
<li>100% returns</li>
<li>Free shipping</li>
<li>COD available</li>
</ul>
<button>Buy Now</button>
<button>Add to cart</button>
</div>
</div>
<footer>
<ul>
<li>©Hacktoberfest2023</li>
<li>All Rights Reserved.</li>
</ul>
</footer>
</body>
</html>