From 271173efdc2a8eec18f38e8c6756ed67ce0ddee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=BChnel?= Date: Wed, 9 May 2018 10:25:12 +0200 Subject: [PATCH] Add Learn CSS Layout --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index af82ad1..31b6fce 100644 --- a/readme.md +++ b/readme.md @@ -61,6 +61,7 @@ This list is mainly about CSS – the language and the modules. Not about naming ## Layout +- [Learn CSS Layout](http://book.mixu.net/css) - Learn about CSS layout techniques in 5 chapters. - [Layout Land](https://www.youtube.com/channel/UC7TizprGknbDalbHplROtag) - Jen Simmons video series about the new CSS Layout possibilities. - [Laying Out The Future With Grid And Flexbox](https://www.youtube.com/watch?v=hj355PRbwSQ) - Introduction of a new layout system encompassing Flexbox, CSS Grid and the Box Alignment Module.