I have several items centered and displaying inline within tags, but I cannot seem to get the itself to c
elements have a default padding-left of 40px. Remove it with padding: 0; or padding-left: 0;.
padding: 0;
padding-left: 0;
JSFiddle Example
You can use your browser's F12 developer tools to inspect elements and their margins or padding in the future.