diff --git a/guide/english/css/css3-flexible-box/index.md b/guide/english/css/css3-flexible-box/index.md
index 60a38fa0fc..b57363a26f 100644
--- a/guide/english/css/css3-flexible-box/index.md
+++ b/guide/english/css/css3-flexible-box/index.md
@@ -57,19 +57,14 @@ There are three slightly more interesting options for `justify-content` you migh
`flex-start`, `center` and `flex-end` behave as before - left, center and right have become top, center and bottom. Other options are `baseline`, whereby all children will centralize themselves down a single baseline, and `stretch`, whereby they will stretch to fill the container.
-#### More Information:
-To get a complete understanding of Flexbox, read Understanding Flexbox Everything you need to know on the FreeCodeCamp Medium page.
+#### More Information
-For an interactive guide go through The Ultimate Guide to Flexbox — Learning Through Examples
+- To get a complete understanding of Flexbox, read Understanding Flexbox Everything you need to know on the FreeCodeCamp Medium page.
-Both of these are great resources by Ohans Emmanuel.
+- 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
-
-### Sources
-
-1. Coyier, Chris. "A Complete Guide to Flexbox" CSS-Tricks. Last updated on September 28, 2017.
+- 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
+- A simple, free 20 video course that will help you master CSS Flexbox! by Wes Bos