Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Intro to Responsive Design
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Dan Barber
August 16, 2012
Design
4
480
Intro to Responsive Design
An introduction to responsive design, what it is, why it exists and how to implement it.
Dan Barber
August 16, 2012
Tweet
Share
More Decks by Dan Barber
See All by Dan Barber
Design Eye for the Developer Guy
danbarber
21
19k
Other Decks in Design
See All in Design
2026年、デザイナーはなにに賭ける?
0b1tk
0
510
新規AIプロダクトで、事前に知るべきだった3つの壁 〜医療AIを1年間作って、従来の開発が通用しなかった話〜 / Three Walls in Building AI Products
shikichee
2
3.8k
絵や写真から学ぶ、要素がもたらす副作用
kspace
0
230
Goodpatch Tour💙 / We are hiring!
goodpatch
31
1M
デザイナーがはばたく未来の入り口『hatch』が描く、新しいデザイナー育成のカタチ
goodpatch
3
3.3k
decksh object reference
ajstarks
2
1.5k
Signull 団体説明資料
signull
0
430
モビリティプラットフォームの未来を築くクラウド基盤
kossykinto
0
240
AIスライドデザインを生成する仕組みを社内共有する
kenichiota0711
6
5.1k
2026年の勢い / Momentum for 2026
bebe
0
390
社員の意識を高めたブランド浸透施策の裏側!
mixi_design
PRO
0
110
maki setoguchi
maki_setoguchi
0
730
Featured
See All Featured
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
130
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
640
Paper Plane
katiecoart
PRO
0
48k
The agentic SEO stack - context over prompts
schlessera
0
700
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
220
The Limits of Empathy - UXLibs8
cassininazir
1
260
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
110
Faster Mobile Websites
deanohume
310
31k
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
180
Transcript
Introduction to Responsive Design
Why Responsive?
None
Best Viewed at 1024x768
None
Flexible Grid
960px 140px 20px
max-width: 960px 14.5833...% 2.0833...%
Flexible Media
img { max-width: 100%; }
img, embed, object, video { max-width: 100%; }
Media Queries
@media screen and (min-width: 680px) { ... }
@media only screen and (min-device-pixel-ratio: 2) { ... }
<meta name=”viewport” content=”initial-scale=1.0, width=device-width” />
Showcase
None
None
None
None
Fin