Skip to content

Instantly share code, notes, and snippets.

@vxhviet
Last active November 19, 2018 08:31
Show Gist options
  • Save vxhviet/29015da08dfdf36c50c717bb332ab0fc to your computer and use it in GitHub Desktop.
Save vxhviet/29015da08dfdf36c50c717bb332ab0fc to your computer and use it in GitHub Desktop.

Bootstrap - Center Div in Div Horizontally

Add mx-auto to the inner div.

<div class="row no-gutters">
  <div class="col-md-12 col-xs-12">
    <div class="separator-white mx-auto"></div>
  </div>
  ...
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment