Skip to content

Commit cd8d742

Browse files
committed
Finished challange 2
1 parent 66391af commit cd8d742

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Challange 2</title>
8+
</head>
9+
<body>
10+
<header>
11+
<h1>Converse Chuck Taylor All Star Low Top</h1>
12+
</header>
13+
<main>
14+
<article>
15+
<section>
16+
<img src="./images/challenges.jpg" alt="Converse shoes" />
17+
<p><strong>$65.00</strong></p>
18+
<p>Free Shipping</p>
19+
<p>
20+
Ready to dress up or down, these classic canvas Chucks are an
21+
everyday wardrobe staple.
22+
</p>
23+
<p><a href="#">More information &#8594;</a></p>
24+
</section>
25+
<section>
26+
<h2>Product details</h2>
27+
<ul>
28+
<li>Lightweight, durable canvas sneaker</li>
29+
<li>Lightly paddes footbed for added comfort</li>
30+
<li>Iconic Chuck Taylor ankle patch.</li>
31+
</ul>
32+
<button>Add to cart</button>
33+
</section>
34+
</article>
35+
</main>
36+
</body>
37+
</html>

0 commit comments

Comments
 (0)