philipwalton / solved-by-flexbox

A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.
https://philipwalton.github.io/solved-by-flexbox/
MIT License
13.01k stars 1.01k forks source link

Idea: Holy Grail with comments and examples for beginners #81

Open SixArm opened 8 years ago

SixArm commented 8 years ago

Thanks for creating all this great code!

I have created a tiny repo that contains just the Holy Grail layout code, with comments and examples suitable for beginners. There's an annotated CSS file and tiny HTML file.

Comments, feedback, and requests are welcome.

https://github.com/SixArm/sixarm_css_holy_grail_layout_with_flexbox

itsbrex commented 8 years ago

Thanks @SixArm - exactly what I was looking for!