buttonタグの中央寄せ

buttonタグの中央寄せ

<button @click=”clearAll()”>全て消去</button>

<button @click=”undo()”>ひとつ前の線を消去</button>

<button @click=”redraw()”>選択色で再描画</button>

この子らを横並びで中央寄せしてあげるにはbuttonタグをdivで囲ってあげてcssでtext-align: center;が正しいらしい・・・

右寄せも然り・・・

buttonタグの中央寄せ沼にハマる・・・