diff --git a/guide/english/css/layout/flexbox/index.md b/guide/english/css/layout/flexbox/index.md
index 3f9a40623e..ed1d84f8a5 100644
--- a/guide/english/css/layout/flexbox/index.md
+++ b/guide/english/css/layout/flexbox/index.md
@@ -23,5 +23,6 @@ The Flexbox Layout aims at providing a more efficient way to lay out, align and
#### More Information:
-This is a great article to read up to understand more about flexbox
-This is a highly recommended practical guide that illustrate the different flex properties applied to the flex container and th flex items: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
+- This is a great article to read up to understand more about flexbox
+- This is a highly recommended practical guide
+- Flexboxes Playground - play to learn