SyntaxFix
Write A Post
Hire A Developer
Questions
There is a simple way to align vertically and horizontally a div in css.
Just put a height to your div and apply this style
.hv-center { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
Hope this helped.