html - Vertical centering with header and footer in Bootstrap -
i want make responsive page this:

it should scaled fine vertically , horizontally. easy tables using
<tr height="1">..</tr>
for header , footer: jsfiddle.
but how using bootstrap containers? (or, if not possible, plain css)
try: margin: 0 auto; html5 way of align:center;. have have set width. here example.: http://jsfiddle.net/tggvw/
Comments
Post a Comment