As I delve into my project focused on responsive design and media queries, I have been studying resources like Aaron Gustavson's book, Adaptive Web Design, and Ben Frain's Responsive Web Design with HTML5 and CSS3, along with various online sources. Despite this, I am still unsure about implementing media queries for specific widths.
Our approach draws inspiration from twitter bootstrap style, aiming for a snap-in-place effect rather than a fluid layout.
We have identified 3 types of devices:
- Mobile - variable size
- Tablet - 980px (both landscape and portrait)
- Screen - 1160px
My main question remains: which media queries should I utilize to cater to these types? Any assistance would be greatly valued, as this is proving to be a challenging aspect for me.