Saturday 24 August 2013

Make div responsive and control text alignment

Make div responsive and control text alignment

I have the following layout (Parent div, two child divs)
wanted to make this layout responsive for browser's width, so anytime the
user changes the browser's width this layout should occupies the same area
of screen
also, I wanted to middle-text the content, I've tried vertical-align:
middle;, display: table-cell;
any suggestions?
Markup here

No comments:

Post a Comment