Skip to content

Commit e19a460

Browse files
committed
1 parent 70210d0 commit e19a460

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
<header><h1>Converse Chuck Taylor All Star Low Top</h1></header>
10+
<body>
11+
<img src="./img/challenges.jpg" alt="Sneaker shoes" height="250" width="250" >
12+
<p><strong>$65.00</strong></p>
13+
<p>Free shipping</p>
14+
<p>Ready to dress up or down, these classic canvas are an everyday wardrobe staple</p>
15+
16+
<a href="#">More information &rarr;</a>
17+
18+
<h2><strong>Product details</strong></h2>
19+
<ul>
20+
<li>Lightweight, durable canvas sneaker</li>
21+
<li>Lightly padded footbed for added comfort</li>
22+
<li>Iconic Chuck Taylor ankle patch</li>
23+
</ul>
24+
25+
<button>Add to cart</button>
26+
</body>
27+
</body>
28+
</html>
29+
<!-- Height = 250
30+
arrow html entity: &rarr -->

0 commit comments

Comments
 (0)