Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ It *is* possible to get fancy, and set up layouts where some columns relate to e

<div class="lesson-content__panel" markdown="1">

1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) to understand the basic values of common flex shorthand values.
1. Read [W3C's flex section](https://www.w3.org/TR/css-flexbox-1/#flex-common) (`7.1.1. Basic Values of 'flex'`) to understand the basic values of common flex shorthand values.
1. [MDN's documentation on flex](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) summarizes the entire flex shorthand values, as well as introduces some new syntax that hasn't been covered in the previous article.

</div>
Expand Down