From 6d32e9f04576b7307346acb0819cee2d94fb6d04 Mon Sep 17 00:00:00 2001 From: elisa-mamolo <38461451+elisa-mamolo@users.noreply.github.com> Date: Wed, 19 Dec 2018 09:03:43 +0100 Subject: [PATCH] Added 2 links 1. flexbox creator 2.game to learn (#25043) * Added 2 links 1. flexbox creator 2.game to learn I have found those two resources an easy way to deal and learn how to use flexboxes and hope they can be useful also for others * Removed unsecure link, formated section --- guide/english/css/layout/flexbox/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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