Lets center a button with css...

1st some fonts...

Actually dont bother with bootstrap for this.

Add a box with some padding and background.

Now add a button. Not yet a button, but we can fix that.

Ok it looks like a button now. Add a hover over state to make it appear active when moused over.

Looks like i added the button styles to the outer element rather than the button, fix that.

Ok now center the button. As its inline block display, it should be centered with text align center.

A button in a div that is centered.