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
「自分の仕事はどこまで?」と問い続けたら。デザイナーの「視座」を考える
mukai_takeru
0
310
UI/UX & Web Design Portfolio 2025|Madoka Kumagai
madoka_portfolio
2
160
体験負債を資産に変える組織的アプローチ
hikarutakase
0
630
「デザイン」の自分ごと化から始める、デザインピープルのふるまい
mewmo
PRO
0
170
絵や写真から学ぶ、要素がもたらす副作用
kspace
0
100
【pmconf2025】PdMの頭の中を見える化する体験構造図
kamechi7222222
1
2k
これからの「Webデザイン」の話をしよう~デザイナーの私が考えるブロックテーマへの対応で変わりゆくデザインの価値~
ds35mm
0
570
mount_company_profile
mount_inc
0
5.2k
図じゃなく言語で描く - Common Ground for Design AI Operations.
kazukiikeda
1
690
コンテンツ作成者の体験を設計する
chiilog
0
110
2026年、デザイナーはなにに賭ける?
0b1tk
0
510
Shaolin_Showdown
solmetts
0
330
Featured
See All Featured
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
117
110k
Intergalactic Javascript Robots from Outer Space
tanoku
273
27k
The Curse of the Amulet
leimatthew05
1
9.3k
Git: the NoSQL Database
bkeepers
PRO
432
66k
Typedesign – Prime Four
hannesfritz
42
3k
Scaling GitHub
holman
464
140k
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
A Soul's Torment
seathinner
5
2.4k
Impact Scores and Hybrid Strategies: The future of link building
tamaranovitovic
0
220
The Impact of AI in SEO - AI Overviews June 2024 Edition
aleyda
5
750
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