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 trialJason Pallone
11,340 Pointswhat course do I take to learn where to put things on a web page?
I'm pretty sure its CSS i'm looking for, i'm mainly looking for how to position things on a web page, so say you want a form to be on the top right of the page, and you want a input element on the top middle of the page, about 30% down from the top. You want a picture on the bottom left, you want you p element to be on the bottom right, etc.. Would this be CSS basics? CSS selectors?
thanks!
1 Answer
Steven Parker
231,248 PointsIf you're not already somewhat familiar with CSS, some preliminary courses might also be a good idea, but I think the one that fits your description best might be CSS Layout Basics.
Jason Pallone
11,340 PointsJason Pallone
11,340 PointsThank you!