SyntaxFix
Write A Post
Hire A Developer
Questions
An answer to a slightly different question: You can use vh units to pad elements to the center of the viewport:
vh
.centerme { margin-top: 50vh; background: red; } <div class="centerme">middle</div>