How to align an input tag to the center without specifying the width? April 18, 2023 by Tarik You need to put the text-align:center on the containing div, not on the input itself.