How to make three column layout having equal height using only css and html (no js)
Easiest way is to use faux column background technique.
You can also try giving three divs massive bottom paddings with massive bottom margins with a container with overflow: hidden. It doesn't play nice with inline anchors though.
overflow: hidden
1.4m articles
1.4m replys
5 comments
57.0k users