-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (37 loc) · 1.91 KB
/
index.html
File metadata and controls
43 lines (37 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<div class="line">
<p class="Sneakers">Sneakers</p>
<a class="other" href="shoes.html">Inventory</a>
<a class="other" href="men.html">Men</a>
<a class="other" href="women.html">Women</a>
<a class="other" href="about.html">About</a>
<a class="other" href="contact.html">Contact</a>
<img class="shopping-cart" src="shopping-cart.png" alt="cart-emoji" style="height: auto; width: 29px; opacity: 0.50;">
<img src="Floyd-Morris-Remake-1024x879-1.jpg" alt="person" style="height: 40px; width: 40px; border-radius: 50%;">
</div>
<div class="under"></div>
<body>
<div class="main-section">
<img class="mainphoto" src="AIR+JORDAN+1+RETRO+HIGH+OG (1).png" alt="shoe" style="height: 25vw; width: auto; border-radius: 10px;" >
<div class="shoe-text">
<p class="text-large">Air Jordan 1 Retro High OG</p>
<p class="text-medium">Classic Style, Modern Comfort</p>
<p class="text-small">Available now in limited quantities.</p>
<button class="buy-button">Buy Now</button>
</div>
</div>
<div class="shoes">
<img class="underpic" src="AIR+JORDAN+1+RETRO+HIGH+OG (1).png" alt="shoe" style="height: 5vw; width: auto; border-radius: 10px; ">
<img class="underpic" src="AIR+JORDAN+1+RETRO+HIGH+OG (2).png" alt="shoe" style="height: 5vw; width: auto; margin-left: 22px; border-radius: 10px; ">
<img class="underpic" src="AIR+JORDAN+1+RETRO+HIGH+OG (3).png" alt="shoe" style="height: 5vw; width: auto; margin-left: 22px; border-radius: 10px; ">
<img class="underpic" src="AIR+JORDAN+1+RETRO+HIGH+OG.png" alt="shoe" style="height: 5vw; width: auto; margin-left: 21px; border-radius: 10px; ">
</div>
</body>
</html>