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.
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
Post a Comment