Skip to content

Commit 228ab99

Browse files
committed
ch. 22 introduction to CSS
1 parent aa60558 commit 228ab99

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
Loading
Loading

starter/03-CSS-Fundamentals/notes/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
</head>
88
<body>
99
<div class="page-container">
10+
11+
<article class="chapter">
12+
<h2 class="chapter-heading">Ch. 22 Introduction to CSS</h2>
13+
<img src="img/ch22_what_is_css.png" alt="what is CSS?" class="lecture-slide">
14+
<img src="img/ch22_how_we_select_and_style_elements.png" alt="how we select and style elements" class="lecture-slide">
15+
</article>
16+
1017
<article class="chapter">
1118
<h2 class="chapter-heading">Ch 24. Styling Text</h2>
1219
<p>Serif means those short, spike-like edges of text.</p>

0 commit comments

Comments
 (0)