diff --git a/guide/english/css/css3-flexible-box/index.md b/guide/english/css/css3-flexible-box/index.md index 3c952b374f..54da52db98 100644 --- a/guide/english/css/css3-flexible-box/index.md +++ b/guide/english/css/css3-flexible-box/index.md @@ -61,14 +61,16 @@ The `flex-flow` property is shorthand for `flex-direction` and `flex-wrap` in th #### More Information -- To get a complete understanding of Flexbox, read Understanding Flexbox Everything you need to know on the FreeCodeCamp Medium page. +- To get a complete understanding of Flexbox, read Understanding Flexbox Everything you need to know on the FreeCodeCamp Medium page. -- For an interactive guide go through The Ultimate Guide to Flexbox — Learning Through Examples +- For an interactive guide go through The Ultimate Guide to Flexbox — Learning Through Examples - A great visual guide to Flexbox is provided by [JavaScript Teacher](https://medium.freecodecamp.org/@js_tut) on the FreeCodeCamp Medium page: [The Complete Illustrated Flexbox Tutorial](https://medium.freecodecamp.org/the-complete-illustrated-flexbox-tutorial-d35c085dbf35). -- Yet another great visual guide that is in-depth but easy to follow can be found in A Guide to Flexbox by CSS-Tricks +- Yet another great visual guide that is in-depth but easy to follow can be found in A Guide to Flexbox by CSS-Tricks + +- Also check out Flexbox on MDN to get a understanding of the fundementals. - I suggest working out while playing the game [Flexbox Froggy](http://flexboxfroggy.com)- [Guide](https://github.com/thomaspark/flexboxfroggy) -- A simple, free 20 video course that will help you master CSS Flexbox! by Wes Bos +- A simple, free 20 video course that will help you master CSS Flexbox! by Wes Bos