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
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
8_8_リサーチカンファレンスプレイベント.pdf
muture
PRO
1
140
AIで加速するアクセシビリティのこれから
magi1125
3
630
新しいデザインの難しさ(公開版) / Difficulties in the New Design (public ver.)
usagimaru
1
810
Saudade typeface
tiagoporto
0
340
Tools for Design Engineers other than LLM in the LLM era
takanorip
1
410
“ブロック”で作る、WordPress制作フロー変革のすすめ
koots2021
4
1.9k
株式会社Muture_ソーシャル推進事業
muture
PRO
0
130
Them Middle School Kids Pitch
stevie_vee
0
100
How to get a Tiger to Tulsa
mcduckyart
0
120
Мышление дизайнера историями. Как текстовые модели человеческого поведения помогают проектировать
ashapiro
0
370
企画を動かすデザイナーの思考!「広げて絞る」アプローチ。
hikidakan
0
140
1920*1080pxに設定したケース / Google Slide Size Test
arthur1
0
3.1k
Featured
See All Featured
Six Lessons from altMBA
skipperchong
28
3.9k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
358
30k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Side Projects
sachag
455
43k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
KATA
mclloyd
32
14k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Balancing Empowerment & Direction
lara
1
540
Navigating Team Friction
lara
188
15k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
332
22k
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