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
Size does matter - Responsive Design in 2019 - V2
Search
Nils
May 23, 2019
Technology
0
180
Size does matter - Responsive Design in 2019 - V2
Nils
May 23, 2019
Tweet
Share
More Decks by Nils
See All by Nils
Unwrapping Web Design | WW-Ruhr 2023
enbee81
0
110
History of Art vs. Web Design vs CSS Development
enbee81
1
120
How Studying History Of Arts Helped Me Become A Better Frontend Designer
enbee81
0
77
Variable Units
enbee81
0
71
History of Art and modern CSS
enbee81
0
270
Size does matter - Responsive Design in 2019
enbee81
0
71
Other Decks in Technology
See All in Technology
Unlocking the Power of AI Agents with LINE Bot MCP Server
linedevth
0
110
自作JSエンジンに推しプロポーザルを実装したい!
sajikix
1
190
はじめてのOSS開発からみえたGo言語の強み
shibukazu
2
860
いま注目のAIエージェントを作ってみよう
supermarimobros
0
330
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
860
2025年夏 コーディングエージェントを統べる者
nwiizo
0
180
データ分析エージェント Socrates の育て方
na0
3
380
要件定義・デザインフェーズでもAIを活用して、コミュニケーションの密度を高める
kazukihayase
0
120
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
250
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
550
ハードウェアとソフトウェアをつなぐ全てを内製している企業の E2E テストの作り方 / How to create E2E tests for a company that builds everything connecting hardware and software in-house
bitkey
PRO
1
160
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
720
Featured
See All Featured
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
A designer walks into a library…
pauljervisheath
207
24k
Site-Speed That Sticks
csswizardry
10
820
What's in a price? How to price your products and services
michaelherold
246
12k
Docker and Python
trallard
46
3.6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Transcript
SIZE DOES MATTER… …Responsive Design in 2019
NILS BINDER @supreme-being @nilsbinder
Design Backend Development Frontend Development
Frontend Design Backend Development Frontend Development Design http://bradfrost.com/blog/post/full-stack-developers/ Fotografie UX-Design
CSS Accessibility Speed API Data Storage Illustration UI-Design HTML Presentational JS JS Frameworks Business Logic
800x600
1024x768
1280x1024 1024
1280x1024 1200
320x480
1440x900
3440x1440 1000 1000 1440
4096x2048 1440
1440x900
1440x900
None
None
None
None
TEIL 1 Denke relativ und nicht absolut.
Die Qual der Wahl…
Die Qual der Wahl… px % em rem vw/vh vmin/vmax
ch fr -keine-
Die Qual der Wahl… px vw/vh vmin/vmax % fr rem
em ch -keine-
html { font-size: 10px; } .teaser { width: 320px; }
.teaser__subline { font-size: 1.8rem; line-height: 2.4rem; }
None
html { font-size: 10px; } .teaser { width: 320px; }
.teaser__subline { font-size: 1.8rem; line-height: 2.4rem; }
html { font-size: 100%; } .teaser { width: 320px; }
.teaser__subline { font-size: 1.8rem; line-height: 2.4rem; }
html { font-size: 100%; } .teaser { width: 320px; }
.teaser__subline { font-size: 1.125em; line-height: 2.4rem; }
html { font-size: 100%; } .teaser { width: 320px; }
.teaser__subline { font-size: 1.125em; line-height: 1.333; }
html { font-size: 100%; } .teaser { font-size: 1rem; width:
20em; } .teaser__subline { font-size: 1.125em; line-height: 1.333; }
html { font-size: 100%; } .teaser { font-size: 1rem; width:
20em; } .teaser__subline { font-size: 1.125em; line-height: 1.333; }
None
None
None
TEIL 2 Moderne CSS Layout Methoden
grid-template-columns: repeat(auto-fit, minmax(16em, 1fr)); Mein Neujahrsvorsatz color: blue;
Grid-Header
Grid-Header
Grid-Header
None
Internet Explorer
TEIL 3 Keine Angst vor SVG
None
None
None
None
None
None
Frontend Design Backend Development Frontend Development Design
None