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
This commit is contained in:
elisa-mamolo
2018-12-19 09:03:43 +01:00
committed by Manish Giri
parent 877123d62d
commit 6d32e9f045

View File

@ -23,5 +23,6 @@ The Flexbox Layout aims at providing a more efficient way to lay out, align and
#### More Information:
<!-- Please add any articles you think might be helpful to read before writing the article -->
<a href='https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35' target='_blank' rel='nofollow'>This is a great article</a> 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: <a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">https://css-tricks.com/snippets/css/a-guide-to-flexbox/</a>
- <a href='https://medium.freecodecamp.org/an-animated-guide-to-flexbox-d280cf6afc35' target='_blank' rel='nofollow'>This is a great article</a> to read up to understand more about flexbox
- This is a highly recommended practical <a href="https://css-tricks.com/snippets/css/a-guide-to-flexbox/">guide</a>
- <a href='https://flexboxfroggy.com/#it'>Flexboxes Playground - play to learn </a>