Here is what I have been working on:
http://jsfiddle.net/yisera/2aVpD/
I am trying to vertically center a div inside the .jumbotron-special
container.
I attempted using display: table;
on the parent element and then implementing display:table-cell
on the child element (the one with the H1 and H2), but unfortunately I have not had success. I am hesitant to use absolute positioning as I want this to be responsive, and when the resolution decreases, the layout becomes disorganized.
Does anyone have any suggestions on how I can properly center it within the jumbotron parent div?