Live data from Hacker News

Learn CSS Layout

learnlayout.com

1–10 of 27 posts

Re: Learn CSS Layout

#4
Well 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

#9
For 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

#10
post #3

This 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.
Post reply on HN