From a393397f8f47c1a0e00e6cc6a0d91a98f9ffa849 Mon Sep 17 00:00:00 2001
From: Jonathan Jackson <30133774+JonDevOps@users.noreply.github.com>
Date: Wed, 20 Mar 2019 06:06:34 -0400
Subject: [PATCH] Added noopener's as well as a link to MDN's flexbox (#35044)
I added noopener to the rel for links that have target="_blank" as well as a link to Mozilla Developer Networks Flexbox tutorial.
---
guide/english/css/css3-flexible-box/index.md | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
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