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

General Discussion How to Make a Website CSS: Cascading Style Sheets What is CSS?

regarding responsive website

Hi Do any one have any idea regarding responsive websites.?If So can you provide any links or references?

Hi Deepa,

Is this what you are referring to? Build a Responsive Website. Maybe you should start here: CSS Foundations.

Jeff

Thanks a lot for the links Jeff

4 Answers

kush sharma
PLUS
kush sharma
Courses Plus Student 2,360 Points

Hi, Responsive websites adjust their layouts according to different screen resolutions, try maximizing your browser window and see a responsive website layout change.The layout does not break like in a regular website or there is no widely dreaded horizontal scrollbar in the site upon maximizing the browser window. Check this out: [http://www.awwwards.com/websites/responsive-design/]

Thanks kush..Do you have any tutorials /refernces/any book title which addresses this concept?

kush sharma
PLUS
kush sharma
Courses Plus Student 2,360 Points

Hi Deepa,

There are number of blog/articles online which you can refer to for designing responsive websites. Haven't tried any books for that , although personally i feel online you will find great up-to-date material regarding responsive web design as it is a hot topic these days. Media queries are used widey to make a website responsve, check out those also. For articles you can check out below and google for more:

http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/

http://alistapart.com/article/responsive-web-design/

Thanks for the links kush