Why aren't my HTML text boxes centered to show up the same on mobile devices and desktops?

前端 未结 1 820
别跟我提以往
别跟我提以往 2021-01-25 20:25

For some reason, my HTML text boxes are not centering. When I view them both on my desktop and on my mobile device, they show up differently. One is stretched while the other is

1条回答
  •  天命终不由人
    2021-01-25 20:29

    What text-box are you talking about?

    If you are talking about the two input elements so why do you have on the wrapping div text-align: left? if you want it centered the containing element must be aligned to the center.

    If you want the text inside the input to be centered you must put text-align: center in the input style, the position: center does not exist in css. (Example on "First Name" for text-align: center)

    
      

    Offer Ends In:

     

    I respect your email privacy

     

    0 讨论(0)
提交回复
热议问题