Skip to content

Commit a342c91

Browse files
张欧文张欧文
authored andcommitted
finish code chanellege 01 in css
1 parent e62a2b5 commit a342c91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

starter/02-HTML-Fundamentals/challenge.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Document</title>
7+
<title>Challenges</title>
8+
<link href="stylec.css" rel="stylesheet" />
89
</head>
910
<body>
1011
<article>
1112
<h2>Converse Chuck Taylor All Star Low Top</h2>
1213
<img src="img/challenges.jpg" width="100" height="100" alt="图片炸了" />
1314
<p><b>$65.00</b></p>
14-
<p>Free shipping</p>
15+
<p class="fshi">Free shipping</p>
1516
<p>
1617
Ready to dress up or down, these classic canvas Chucks are an everyday
1718
wardrobe staple
1819
</p>
1920
<a href="#">More information &rarr;</a>
2021
<h3>Product details</h3>
21-
<ul>
22+
<ul class="details">
2223
<li>Lightweight, durable canvas sneaker</li>
2324
<li>Lightly padded footbed for added comfort</li>
2425
<li>Iconic Chuck Taylor ankle patch</li>

0 commit comments

Comments
 (0)