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

Robert Moss
1,797 PointsWhat are some website ideas I could design for practise?
Hey!
I am 3/14ths of the way through the Web Design track and really want to practise what I have learned so far. Does anyone have any ideas for a website I could do? Keep in mind I am at a pretty novice level right now.
Thanks!
4 Answers

jessenagelberg
11,304 PointsGoogle's homepage!

katiaalamir
7,091 PointsYou can design something simple like an artist portfolio, or a simple website for a small business (a coffee shop or a restaurant).

Robert Moss
1,797 PointsThanks!

Luke Glazebrook
13,564 PointsOne thing I would recommend is that you create a website for a business.
This doesn't have to be a real business though, you could always make one up and then create a website for this made up business. This is a really great way to get some real world experience in creating websites.
I hope this helped!

Robert Moss
1,797 PointsYeah it did! I'll give it a go!

Moses Gangipogu
3,772 Pointswhat ever you create make sure you commit the code on github
Robert Moss
1,797 PointsRobert Moss
1,797 PointsThanks! I tried doing your idea! I am almost finished. I am just having trouble centring the darn buttons! Is there any other way to centre them without the margin property? I also tried the display property, but that got me no where.
Thanks!
jessenagelberg
11,304 Pointsjessenagelberg
11,304 PointsYou can try wrapping the buttons in a div, for example "button-wrapper" and then give it text-align: center.