Center buttons horizontally

I have a container with buttons and I want to center the container horizontally. Any suggestions? Is there a way to center the buttons with the container, or am I better off centering the container itself?

Thank you,
Robb

In general, to center an element in a container, set the margin-left and margin right to auto.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.