Align form elements in CSS

后端 未结 3 1074
耶瑟儿~
耶瑟儿~ 2020-11-29 07:31

I\'m new to CSS and have a simple login form that I\'m trying to align correctly. Basically two columns with the labels and the Login button in one column and the t

3条回答
  •  失恋的感觉
    2020-11-29 08:05

    For what you are asking, I'd simply put them in a table.

      

    Here's what it will look like http://jsfiddle.net/wCSAn/

提交回复
热议问题