Skip to content

Instantly share code, notes, and snippets.

@Dviejopomata
Created February 22, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dviejopomata/e849016a2d5bd89632519380e5ecf2e8 to your computer and use it in GitHub Desktop.
Save Dviejopomata/e849016a2d5bd89632519380e5ecf2e8 to your computer and use it in GitHub Desktop.
Centrar caja en pantalla
<div class="d-flex align-items-center justify-content-center vh-100">
<div
class="rounded shadow-lg bg-white"
style="width: 300px; height: 300px;"
></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment