Skip to content

Instantly share code, notes, and snippets.

@mrroot5
Created September 10, 2018 14:28
Show Gist options
  • Save mrroot5/bef8457e997b461b0334c3bda0457b8f to your computer and use it in GitHub Desktop.
Save mrroot5/bef8457e997b461b0334c3bda0457b8f to your computer and use it in GitHub Desktop.
Boostrap 4 centrado vertical
<!-- 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