CSS label text right below input element

后端 未结 4 2024
一个人的身影
一个人的身影 2021-02-05 10:08

I have input text\'s and label tags. I can\'t figure out the CSS to get the label text to align right below the input text. Here\'s a snippet of the HT

4条回答
  •  半阙折子戏
    2021-02-05 10:42

    You'd make the job a lot easier by wrapping each field (in this case, each input/label pair) in a div.

提交回复
热议问题