It depends what the shortcode output on browser. For example, if it’s a div element, you may it center this way: div { margin: 0 auto; }.
]]>Shortcodes generally only output content. The styling is left to CSS rules. This is why seeing the output in context is necessary. Knowing the shortcode tag alone is not very useful.
]]>