Created
September 10, 2018 14:28
-
-
Save mrroot5/bef8457e997b461b0334c3bda0457b8f to your computer and use it in GitHub Desktop.
Boostrap 4 centrado vertical
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Ejemplo: https://jsfiddle.net/mrroot5/Ldkmn2y5/ --> | |
<div class="container-fluid"> | |
<div class="row"> | |
<div class="d-flex justify-content-center align-items-center"> | |
<p>Con <strong>justify-content-center</strong> centramos horizontalmente. Mientras que con <strong>align-items-center</strong> centramos verticalemente.</p> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment