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

mrx3
mrx3
8,742 Points

I made a website about one of my favorite movies. Let me know what you think of it. (codepen included)

I made a website of Mad Max 2: The Road Warrior (1981). It's the 1981 version with Mel Gibson, and not the remake. This movie has no CGI, and all the stunts are done with real people. It's a great movie if you have never watched it. I also added a Jquery plugin to the make Youtube movie trailer responsive!! Resize your browser and check it out!!! The images are responsive as well. Check it out and let me know what you think. I plan on adding media queries tomorrow, I'll update the site with media queries and update the post sometime Sunday.

If anyone has the time to look at my CSS and let me know what I should change please let me know. Also let me know if you like the colors of the site as well. Thank you for any feedback, positive or negative.

codepen: http://codepen.io/mike316/pen/bNOQVy

Hey,

I like the website structure and layout, personally I would change the colors, if you like dark colors you could still leave them like that but with a better modern design and background on paragraphs, really nice code. :)

2 Answers

Hi Mr. X,

First off, just wanted to say I love the site. Very clean, readable code, +1 for that :). Very well commented as well!

Something I would change would definitely be the fonts. It looks like you didn't specify a font family in your css, so its default is sans-serif. May I recommend Open Sans? (or maybe something that ties in with the theme)

mrx3
mrx3
8,742 Points

Thank you so much for the kind comment. The font was something I just grabbed from on of Guils projects. Open Sans would be way better than sans-serif. Thank you for the advice Raouf!

Glad to help!

Hey Mr X !

cool website, I liked it, as mentioned the others students, you may want to play a little with the fonts, and styling your paragraphs, I took some minutes to change a little bit in the nav bar and the heading title, I ve left the same base color you ve putten and played just with the intensity so that i leave your color style alone :).

http://codepen.io/Ayoub-Iken/pen/ZYVmLp

mrx3
mrx3
8,742 Points

Thank you for the kind comments Ayoub.