Vertically center content [duplicate]
问题 This question already has answers here : Twitter Bootstrap 3, vertically center content [duplicate] (2 answers) Closed 2 years ago . How can I vertically center the whole content of body in Bootstrap? I've two row. I've tried with display: table-cell, but the rows stays in the same row (sorry for the words joke). HTML <div class="container container-table"> <div class="row vertical-center"> [...] </div> <div class="row vertical-center"> [...] </div> </div> CSS html, body, .container-table {