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

I made a google clone! I'd love your feedback!

Hey Treehouse!

I just finished the Web Development track, and I put all my knowledge to use by making a clone of the Google homepage on Codepen.

I tried to faithfully replicate the homepage as clearly as possible, but I"m certainly still learning!

Here's the link: http://codepen.io/rachaelanneallison/pen/YqvjrR?editors=1100

I'd love your feedback about how I could make my code more concise, clear, and easy to read.

Thank you!

3 Answers

Thanks for this feedback, Ryan!

The google homepage doesn't resize (since they have an app), so I didn't include that on purpose. But I'm working on another project that will include that.

Thanks for taking a look! :)

Chriss Benitez
Chriss Benitez
2,222 Points

Wow nice, I'm not an expert I'm just starting but I will unite both footer classes in one

.rightfooter a:hover { text-decoration:underline; }

.leftfooter a:hover { text-decoration:underline; }

Maybe use the same class for both. Cheers

Ryan Gee
Ryan Gee
7,886 Points

Looks practically identical - great job!

If you're looking for an extension, you could try making it work on mobile using media queries, using percentages instead of fixed pixel widths?