Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created April 28, 2016 08:30
Show Gist options
  • Save davidperezgar/fc1802eb9bd3cb80ca58d20cdf42e2db to your computer and use it in GitHub Desktop.
Save davidperezgar/fc1802eb9bd3cb80ca58d20cdf42e2db to your computer and use it in GitHub Desktop.
CSS center navbar Bootstrap
.navbar .navbar-nav {
display: inline-block;
float: none;
vertical-align: top;
}
.navbar .navbar-collapse {
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment