Add Malven's flexbox & grid cheatsheets (#5446)

* Add Malven's Flexbox & Grid cheatsheets

- Add "FLEX: A simple visual cheatsheet for flexbox" https://flexbox.malven.co
- Add "GRID: A simple visual cheatsheet for CSS Grid Layout" https://grid.malven.co

* Add Malven's Flexbox & Grid cheatsheets

- CI/CD: Restore new line at end of javascript section
This commit is contained in:
David Ordás 2021-07-23 14:44:27 +02:00 committed by GitHub
parent ae2ea37025
commit 254ece40f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@
* [CSS CheatSheet](https://htmlcheatsheet.com/css/) (HTML)
* [CSS Flexbox Cheatsheet](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - Chris Coyier (HTML)
* [CSS Grid Cheatsheet](https://css-tricks.com/snippets/css/complete-guide-grid/) - Chris House (HTML)
* [FLEX: A simple visual cheatsheet for flexbox](https://flexbox.malven.co) - Chris Malven (HTML)
* [GRID: A simple visual cheatsheet for CSS Grid Layout](https://grid.malven.co) - Chris Malven (HTML)
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)