Skip to content

Commit 373dc03

Browse files
committed
Docs: add link
1 parent d10d429 commit 373dc03

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

css_flexbox/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ <h1> Flexbox.</h1>
1818
<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>
1919
<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>
2020
<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout">Mozillas guide on Flexbox Layouts</a><br>
21-
<a href="https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">A Flexbox playground.</a></p>
21+
<a href="https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos/">A Flexbox playground.</a><br>
22+
<a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">CSS-Tricks Complete Guide to Flexbox</a>
23+
</p>
2224
</div>
2325
<div class="container-a__content-c box">
2426
<p>Hi</p>

0 commit comments

Comments
 (0)