Skip to content

Commit 5cb672d

Browse files
Finished sweep of CSS section.
1 parent 0f6ec28 commit 5cb672d

File tree

4 files changed

+160
-120
lines changed

4 files changed

+160
-120
lines changed
3.14 KB
Loading

exercises/3_CSS/index-reference-final.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@
2727
<body>
2828
<h1>CSS with Ladies Learning Code</h1>
2929
<img src="images/llc.png" width="650" height="300" alt="LLC Logo" />
30+
3031
<h2>About me</h2>
31-
<img src="images/pearl_avatar.png" width="72" height="72" alt="Pearl Chen's Twitter avatar" />
32-
<p>My name is Pearl Chen. I like robots and kittens and ice cream.</p>
33-
<p>My website is <a href="http://karma-laboratory.com">karma-laboratory.com</a>.</p>
32+
<img src="images/christina_avatar.jpg" width="72" height="72" alt="Pearl Chen's Twitter avatar" />
33+
<p>My name is Christina Truong. I like 90s music and cupcakes.</p>
34+
<p>My website is <a href="http://christinatruong.com">christinatruong.com</a>.</p>
3435
</body>
3536
</html>

exercises/3_CSS/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
<body>
77
<h1>CSS with Ladies Learning Code</h1>
88
<img src="images/llc.png" width="650" height="300" alt="LLC Logo" />
9+
910
<h2>About me</h2>
10-
<img src="images/pearl_avatar.png" width="72" height="72" alt="Pearl Chen's Twitter avatar" />
11-
<p>My name is Pearl Chen. I like robots and kittens and ice cream.</p>
12-
<p>My website is <a href="http://karma-laboratory.com">karma-laboratory.com</a>.</p>
11+
<img src="images/christina_avatar.jpg" width="72" height="72" alt="Pearl Chen's Twitter avatar" />
12+
<p>My name is Christina Truong. I like 90s music and cupcakes.</p>
13+
<p>My website is <a href="http://christinatruong.com">christinatruong.com</a>.</p>
1314
</body>
1415
</html>

0 commit comments

Comments
 (0)