Skip to content

Commit 319e2b9

Browse files
committed
Completed Section 2 - CHALLENGE jonasschmedtmann#2
1 parent 52c8352 commit 319e2b9

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<title>Section 2 - Challenge #2</title>
6+
</head>
7+
<body>
8+
<article>
9+
<header>
10+
<h2>Converse Chuck Taylor All Star Low Top</h2>
11+
<img
12+
src="images/challenges.jpg"
13+
alt="Converse Chuck Taylor All Star Low Top"
14+
height="250"
15+
width="250"
16+
/>
17+
</header>
18+
19+
<h4>$65.00</h4>
20+
21+
<p>Free shipping</p>
22+
23+
<p>
24+
Ready to dress up or down, these classic canvas Chucks are an everyday
25+
wardrobe staple.
26+
</p>
27+
28+
<a href="#" target="_blank">More information &rarr;</a>
29+
30+
<h3>Product details</h3>
31+
32+
<ul>
33+
<li>Lightweight, durable canvas sneaker</li>
34+
<li>Lightly padded footbed for added comfort</li>
35+
<li>Iconic Chuck Taylor ankle patch</li>
36+
</ul>
37+
38+
<button>Add to cart</button>
39+
</article>
40+
</body>
41+
</html>

0 commit comments

Comments
 (0)