Skip to content

Commit 6a0f215

Browse files
committed
Ch. 36 - Adding Dimensions
1 parent 5eb9b03 commit 6a0f215

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,15 @@ <h3 class="chapter-sub-section-heading">Collapsing Margins</h3>
233233
When two margins would occupy the same space, only the larger one of the two is effective.
234234
</p>
235235
</article>
236+
237+
<article class="chapter">
238+
<h2 class="chapter-heading">Ch. 36 Adding Dimensions</h2>
239+
<h3 class="chapter-sub-section-heading">New Properties:</h3>
240+
<ul>
241+
<li><code>width</code></li>
242+
<li><code>height</code></li>
243+
</ul>
244+
</article>
236245
</article>
237246
</body>
238247
</html>

0 commit comments

Comments
 (0)