Re: [css-d] Difference between margin:0 auto on element and text-align:center on parent?

2015-03-02 Thread Tom Livingston
On Mon, Mar 2, 2015 at 4:38 PM, J.C. Berry wrote: > Simple question (?) - What differences are there between margin:0 auto on > element and text-align:center on parent? > Generally, text align is for inline (and inline-block) elements. Margin: 0 auto 0 auto; will center a block level element.

[css-d] Difference between margin:0 auto on element and text-align:center on parent?

2015-03-02 Thread J.C. Berry
Simple question (?) - What differences are there between margin:0 auto on element and text-align:center on parent? -- J.C. Berry, M.A. UI Developer 619.306.1712(m) jcharlesbe...@gmail.com http://www.mindarc.com --