From 5a5cc8f69656b311bac4edc043414976f7ab7b79 Mon Sep 17 00:00:00 2001
From: Danuta Cybulska <33753961+DanaCyb@users.noreply.github.com>
Date: Sat, 8 Dec 2018 09:07:02 +0100
Subject: [PATCH] Add link (#23952)
* Add link
### Exercises
I suggest working out while playing the game [Flexbox Froggy](http://flexboxfroggy.com)- [Guide](https://github.com/thomaspark/flexboxfroggy)
* Re-added deleted link
---
guide/english/css/css3-flexible-box/index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/guide/english/css/css3-flexible-box/index.md b/guide/english/css/css3-flexible-box/index.md
index b57363a26f..233da8cb59 100644
--- a/guide/english/css/css3-flexible-box/index.md
+++ b/guide/english/css/css3-flexible-box/index.md
@@ -67,4 +67,6 @@ There are three slightly more interesting options for `justify-content` you migh
- Yet another great visual guide that is in-depth but easy to follow can be found in A Guide to Flexbox by CSS-Tricks
+- 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