Skip to content

Instantly share code, notes, and snippets.

@shahriar-shojib
Created November 28, 2020 17:36
Show Gist options
  • Save shahriar-shojib/b617248e04d9c13bb3034e37989dff0e to your computer and use it in GitHub Desktop.
Save shahriar-shojib/b617248e04d9c13bb3034e37989dff0e to your computer and use it in GitHub Desktop.
How to center a fucking div in bootstrap
<div class="container">
<div class="row">
<div style="margin: 0 auto; min-height: 100vh; min-width: 100%;" class="d-flex align-items-center justify-content-center">
<p> this is a fucking centered item</p>
</div>
</div>
</div>
@rawSalmon01101
Copy link

just googled "how to center A FUCKING DIV" and found this gem. gotta bookmark this for l8rr

@ibnTofajjal
Copy link

Oooooooo Damn!
Thank GOD! You save my Life :3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment