HTML form with side by side input fields

后端 未结 6 1671
离开以前
离开以前 2021-02-05 10:52

I have a html form that is basically vertical but i really have no idea how to make two text fields on the same line. For example the following form below i want the First and L

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 11:34

    You could use the {display: inline-flex;} this would produce this: inline-flex

提交回复
热议问题