Skip to content

Commit de63859

Browse files
committed
feat: add challenge #2 page
1 parent 5298e75 commit de63859

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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>Challenge #2</title>
8+
</head>
9+
<body>
10+
<article>
11+
<h2>Converse Chuck Taylor All Star Low Top</h2>
12+
<img
13+
src="https://i.ibb.co/Jr7Wh1d/challenges.jpg"
14+
alt="Chuck Taylor All Star Shoe"
15+
height="250"
16+
width="250"
17+
/>
18+
<p><strong>$65.00</strong></p>
19+
<p>Free shipping</p>
20+
<p>
21+
Ready to dress up or down, these classic canvas Chucksare an everyday
22+
wardrobe staple
23+
</p>
24+
<a href="#">More information &rarr;</a>
25+
<h3>Product details</h3>
26+
<ul>
27+
<li>Lightweight, durable canvas sneaker</li>
28+
<li>Lightly padded footbed for added comfort</li>
29+
<li>Iconic Chuck Tailor ankle patch</li>
30+
</ul>
31+
<button>Add to cart</button>
32+
</article>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)