CSS – Vertical Center
The Source Code to copy/paste:
.content { min-height: 10em; display: table-cell; vertical-align: middle; }
CSS – Vertical Center
The Source Code to copy/paste:
.content { min-height: 10em; display: table-cell; vertical-align: middle; }
Copyright notice: any total or partial reproduction of the content is forbidden without previous authorisation by the Author. Copyright ©2013-2024, all rights reserved.
Comments are closed.