Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Online Registration Form

problem aligning the label and the input elements in online registration project

in the media query section , I am having a problem aligning the label and the input elements.floating the input element to the right and the label to the left makes the label appear a little bit higher than the input element and applying a top margin value to the label affects both the label and the input element . Please advice

have you tried vertical-align: top; to line up the elements?

vertical align didnt work, i tried top,middle , bottom, no joy. what i discovered today that works is to experiment with top padddig of one of the elements till they seem to align

1 Answer