Skip to content

Commit

Permalink
Docs: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicarush committed Feb 22, 2023
1 parent d10d429 commit 373dc03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion css_flexbox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ <h1> Flexbox.</h1>
<p>CSS Flexible Box Layout is intended for layout of items in one dimension. In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated.</p>
<p>Though you <em>could</em> create entire page layouts with flexbox, it's most suitable for working with interface elements and smaller components.</p>
<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout">Mozillas guide on Flexbox Layouts</a><br>
<a href="https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">A Flexbox playground.</a></p>
<a href="https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">A Flexbox playground.</a><br>
<a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">CSS-Tricks Complete Guide to Flexbox</a>
</p>
</div>
<div class="container-a__content-c box">
<p>Hi</p>
Expand Down

0 comments on commit 373dc03

Please sign in to comment.