css - Left align form labels, inputs also left aligned -


so i'm trying create pretty form labels. aim labels inline inputs, while being left aligned. because want inputs left aligned, space between each label , input different.

what i'm working with

any appreciated. always, obliged.

set width of labels same , inputs aligned

label {     display: inline-block; //so can set width     width: 40px; //whatever widest label be. } 

this can cause issues if add longer labels, may need adjust width doesn't overflow.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -