Skip to content

Commit 7fce563

Browse files
committed
section-2: Created converse shoes component.
1 parent 516a65f commit 7fce563

File tree

1 file changed

+34
-0
lines changed
  • starter/02-HTML-Fundamentals/challenge-2

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+
<header>
4+
<title>Section 2 - Challenge #2</title>
5+
<meta charset="UTF-8">
6+
</header>
7+
8+
<body>
9+
<article>
10+
<h2>Converse Chuck Taylor All Star Low Top</h2>
11+
12+
<img alt="Converse shoes."
13+
height="250"
14+
src="https://i.ibb.co/Jr7Wh1d/challenges.jpg"
15+
width="250">
16+
17+
<p><strong>$65.00</strong></p>
18+
<p>Free shipping</p>
19+
<p>Ready to dress up or down, these classic canvas Chucks are an everday wardrobe staple.</p>
20+
<p>
21+
<a href="#">More information &rightarrow;</a>
22+
</p>
23+
24+
<h4>Product details</h4>
25+
<ul>
26+
<li>Lightweight, durable canvas sneaker</li>
27+
<li>Lightly padded footbed for added comfort</li>
28+
<li>Iconic Chuck Taylor ankle patch.</li>
29+
</ul>
30+
31+
<button>Add to cart</button>
32+
</article>
33+
</body>
34+
</html>

0 commit comments

Comments
 (0)