Responsive Design
Week 7
CDGD304 - Fall 2011
http://bit.ly/massart-web304-7
CDGD304 - Fall 2011
http://bit.ly/massart-web304-7
(according to Ethan Marcotte)
A flexible grid (with flexible images) that incorporates media queries to create a responsive, adaptive layout.
Well, not ie6's friend - use a condition include and target width:100% instead
16px is the normal 100% default (from our reset)
the golden formula is target ÷ context = result
context is our base size (in this case 16px)
target is what we set (the size of our header might be 24px)
16px is the normal 100% default (from our reset)
#1: Fix the image, #2: Style the titles larger, #3: Add another break point at 400px, #4: Adjust the title and body font size for each breakpoint, #5: Hide the sidebar under 400px, #6: Show the content block #mobile-nav under 400px;