How to right-align form input boxes?

前端 未结 8 783
野的像风
野的像风 2021-01-01 08:53

I have a seemingly easy problem to solve, but am struggling. How do I get these two inputs to align to the right of the form, without using the BR element ?

         


        
8条回答
  •  醉酒成梦
    2021-01-01 09:16

    Use some tag, to aligning the input element. So


    .mydiv { width: 500px; height: 250px; display: table; text-align: right; }

提交回复
热议问题