Learn CSS Layout
learnlayout.com
Learn CSS Layout
1–10 of 27 posts
Re: Learn CSS Layout
#2[deleted]
Re: Learn CSS Layout
#3This was on HN some time last week: https://news.ycombinator.com/item?id=7521180
Good site, though.
Re: Learn CSS Layout
#4Well done. Everything is accurately explained using simple terminology. I'd love to see this expand beyond just layouts. CSS is overwhelming to beginners, but this is dead simple while still delving into deeper, more complex topics.
Re: Learn CSS Layout
#5Awesome work, thanks for sharing that link ♥
Re: Learn CSS Layout
#6You need to explain what things do.
This page, for instance, doesn't explain what flexbox does.
Re: Learn CSS Layout
#7I've also found The Magic of CSS useful: http://adamschwartz.co/magic-of-css/
Re: Learn CSS Layout
#8I wish I had this when I was figuring out how it all works. I'll definitely point it friends who start with CSS.
Re: Learn CSS Layout
#9For the clearfix can't you just use `clear:right` or `clear:both`? Also for inline-block you can also use the ie7 hack `display: inline-block;*display: inline;zoom: 1;`. Nice tutorial though.
Re: Learn CSS Layout
#10This was on HN some time last week: https://news.ycombinator.com/item?id=7521180 Good site, though.
I'll note that a search of '"learnlayout.com" site:news.ycombinator.com' on Google doesn't bring up any other threads, but searching through the footer of the HN site does.