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

Christopher Vesti
Christopher Vesti
1,622 Points

Can you review my HTML/CSS?

I'm currently making a website with what I've learned in HTML and CSS Basics. Can you guys please review the code/offer suggestions? the url is beaconatx.com

2 Answers

Scott Crawford
Scott Crawford
37,861 Points

Just inspecting elements in the site it looks good so far. The one thing that kind of seemed interesting is that your header takes up most of the page and you have to scroll down to get into the body. I'm assuming this is a start and your going to add some functionality to this site, but I think that you're moving on the right track. It looks like you're using css and html well for the start of your site. Good job utilizing your knowledge from the basics course.

Jonathan Grieve
MOD
Jonathan Grieve
Treehouse Moderator 91,252 Points

Maybe ligthten rthe text on your logo in the top left as at the moment it doesn't go well with the background of your header. Excellent start. :)

Christopher Vesti
Christopher Vesti
1,622 Points

Thanks for the tip, I changed the logo text to white and added some black text shadow. Because of the responsive media queries the logo moves into the lighter part of the image at smaller resolutions.