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

Optimize web for mobile (mobile first)

my friend was giving me a project, he is design the web from photoshop and i must slice and code the web. i've finish the code and this is codepen link http://codepen.io/erwinsonljc/pen/wBYoNB

and my question is how to optimize this web for mobile? I need suggestion because i think this web is not friendly for mobile. Thanks for your attention :)

1 Answer

I would recommend learning about CSS Media Queries and Responsive design, All of these subjects are covered on Team Treehouse.

I would recommend:

http://teamtreehouse.com/library/how-to-make-a-website Section: Responsive Web Design and Testing

and

http://teamtreehouse.com/library/media-queries

Media Queries will allow you to create responsive elements in your CSS markup that re-size based on the the device/browser availible display.