Why do they do not center?
html.Div(
html.A(
html.Button('Google', className='three columns', style={'text-align': 'center'}),
href='www.google.com', style={'text-align': 'center'}
), style={'text-align': 'center'}
),
Individually they do not center either.
Any advice? Thanks!