Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Percy Vasquez
Courses Plus Student 1,339 PointsCan anyone tell me if there's a tutorial to formatting a form through CSS
Can anyone tell me if there's a tutorial to formatting a form through CSS? Please, I'm doing a project and I don't know how to style a form through CSS. I tried everything I can imagine to style it, but I don't see any changes. Please, Some help here.
3 Answers

James Barnett
39,199 PointsHere's a tutorial on tutsplus on how to bring your forms up to date with CSS & HTML5 validation

Johannes Terry
Courses Plus Student 505 PointsYou have to target them for example label you would write label {your style goes here}

Percy Vasquez
Courses Plus Student 1,339 Pointsalright. Thank you guys